-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kops update -f #2148
Comments
How does this compare to |
I came here looking for 'update', found 'replace' instead. The only change can be to rename 'kops replace -f' with 'kops update -f' because
|
I think we can just alias update to replace with cobra. |
I seems I thought the same as @vinayagg, that replace -f would destroy my existing cluster and create a new one. But maybe the problem is simply that there is no documentation about what |
It would be great to be able to just have files with deltas and do spec:
additionalPolicies:
master: |
[
[...]
]
node: |
[
[...]
] and want that merged with existing configuration. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/close we dunnit! |
Following up on #267:
It looks like we have a use case for
This would feel similar to
kops create -f
with the only difference being that it is intended to manage deltas and not create a cluster from scratch.I think this would help users achieve the awesome goal of fully scripted
kops
management, and following thekubectl
paradigm is a shoe-in.Thoughts anyone?
CC @justinsb @geojaz @yissachar @chrislovecnm @k8s-mirror-aws-misc
The text was updated successfully, but these errors were encountered: