跳至内容

Kops 删除 SSH 公钥

kops 删除 SSH 公钥

删除 SSH 公钥。

kops delete sshpublickey [CLUSTER] [flags]

示例

  # Delete the SSH public key for a cluster
  kops delete sshpublickey k8s-cluster.example.com

选项

  -h, --help   help for sshpublickey

从父命令继承的选项

      --config string   yaml config file (default is $HOME/.kops.yaml)
      --name string     Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable
      --state string    Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable
  -v, --v Level         number for the log level verbosity

另请参阅

  • kops 删除 - 删除集群、实例组、实例和秘密。