Search code examples
kops

How do I update the Kops config from a yaml file?


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...?


Solution

  • you can do the below instead of doing kops edit

    kops replace -f cluster.yaml

    • helps available when you simply check with kops --help or kops replace --help