Closed geojaz closed 5 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
https://github.com/spotinst/kubernetes-kops.git We can now specify the state store for calico and there is an option to use the k8s API instead of etcd. We should at least document and support this mode, but we should consider migrating the default calico configuration as well.
This is a bit more involved than just changing a couple of arguments in the manifest, but theoretically should be fairly straight forward. We'd need to add an additional field to the
CalicoNetworkingSpec
https://github.com/kubernetes/kops/blob/21f97545f3696bc3f9afb92d6f9990f8477b17e4/pkg/apis/kops/networking.go#L72
And we'd need to either support changing the backend (to and from etcd) ideally in an automated fashion, or have some pretty solid documentation as an intermediate stepr.