"Kops update"의 두 판 사이의 차이

(새 문서: {{소문자}} ==개요== ;kops update <source lang='console'> $ kops update Creates or updates cloud resources to match cluster desired configuration. Usage: kops update [command]...)
 
 
38번째 줄: 38번째 줄:
* [[kops validate]]
* [[kops validate]]
* [[kops update cluster]]
* [[kops update cluster]]
==참고==
* https://github.com/kubernetes/kops/blob/master/docs/cli/kops_update.md


[[분류: kops]]
[[분류: kops]]

2019년 10월 13일 (일) 14:52 기준 최신판

1 개요[ | ]

kops update
$ kops update
Creates or updates cloud resources to match cluster desired configuration.

Usage:
  kops update [command]

Examples:
  # After cluster has been created, configure it with:
  kops update cluster k8s.cluster.site --yes --state=s3://kops-state-1234

Available Commands:
  cluster     Update a cluster.

Flags:
  -h, --help   help for update

Global Flags:
      --alsologtostderr                  log to standard error as well as files
      --config string                    yaml config file (default is $HOME/.kops.yaml)
      --log_backtrace_at traceLocation   when logging hits line file:N, emit a stack trace (default :0)
      --log_dir string                   If non-empty, write log files in this directory
      --logtostderr                      log to standard error instead of files (default false)
      --name string                      Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable (default "c1.zetaknow.com")
      --state string                     Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable
      --stderrthreshold severity         logs at or above this threshold go to stderr (default 2)
  -v, --v Level                          log level for V logs
      --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging

Use "kops update [command] --help" for more information about a command.

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}