I've created a cluster from an yaml file using kops create -f cluster.yaml
. At a later point, how can I edit this file directly and update the config rather than using kops edit...
?
you can do the below instead of doing kops edit
kops replace -f cluster.yaml
kops --help
or
kops replace --help