Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Apr 26, 2024
1 parent b0aad05 commit 938f3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
spec:
containers:
- name: oomkill-watch
image: "your-image-here"
image: "{your-image-here}"
command:
- '/bin/bash'
- '-c'
Expand All @@ -52,4 +52,4 @@ spec:
...
```

It overrides the command from the `Dockerfile` by running `gcloud ...` first to configure the cluster access before running the tool.
It overrides the command from the `Dockerfile` by running `gcloud container clusters get-credentials ...` first to configure the cluster access before running the tool.

0 comments on commit 938f3bf

Please sign in to comment.