We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497e2cc commit 8ae0b72Copy full SHA for 8ae0b72
content/ja/docs/reference/kubectl/cheatsheet.md
@@ -214,10 +214,6 @@ kubectl get pods -o json | jq -c 'path(..)|[.[]|tostring]|join(".")'
214
215
## リソースのアップデート
216
217
-<<<<<<< HEAD
218
-=======
219
-
220
->>>>>>> 8d357bf1e (finished translating cheartsheet.md)
221
```bash
222
kubectl set image deployment/frontend www=image:v2 # frontend Deploymentのwwwコンテナイメージをv2にローリングアップデートします
223
kubectl rollout history deployment/frontend # frontend Deploymentの改訂履歴を確認します
0 commit comments