k8sp / sextant

Fully automatic installation of CoreOS+Kubernetes clusters
Apache License 2.0
91 stars 29 forks source link

About version matching with kubernetes #572

Open typhoonzero opened 7 years ago

typhoonzero commented 7 years ago

Different versions of kubernetes may have different features, like RBAC bootstrapping are introduced in v1.7 but v1.6 only have default clusterrolebindings defined.

So sextant should also have version releasing exactly match kubernetes versions. So that every version of kubernetes can be bootstrapped by sextant exactly with no errors.

pineking commented 7 years ago

赞同!