-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Consider using external addons #253
Comments
by allowing commands on nodes we can achieve that. |
Today in SIG-cluster-lifecycle there is discussion of a potential shared addon management solution kubernetes/enhancements#746 (currently ongoing) I think in the meantime we can try to document and make it easier to install these things without necessarily committing to shipping one built-in yet. I'm thinking about ways we can make this faster and easier without bundling a particular version / implementation just to avoid the project having scope explosion. |
Still keeping a close eye on the SIG Cluster Lifecycle addons work. there are regular meetings and a slack channel for this now, continuing to keep tabs on how that effort is going. I'd like to not duplicate effort there if possible. |
No major updates on this just yet, still monitoring the cluster lifecycle work. |
With kubernetes/kubernetes#85224 getting closer to the finish line, the work could potentially be exposed and used in |
Likely yes, also note that all kubeadm config options are available to power users via config patches, so without even properly exposing it this will be possible to experiment with 😅 |
So, the feature requested by this ticket will be in fact managed by some kubernetes cluster addons = operators (https://github.com/kubernetes-sigs/cluster-addons) - correct ? |
Undecided. I'm not sure where the project is at currently, this is on our backlog along with many things. |
BTW Ingress is a trickier case (due to docker networking), documented at https://kind.sigs.k8s.io/docs/user/ingress/ |
Ingress: https://kind.sigs.k8s.io/docs/user/ingress/ (pick your own, need to align some cluster configuration for networking unfortunately due to docker) I think iff https://github.com/kubernetes-sigs/cluster-addons or similar gets traction they can be used against kind without any work here. Currently cluster-addons seems rather inactive. Last commit ~6 months ago. |
Code changes to handle service updates
…netes-sigs#253) * chore: Update several components version * changelog * new version clusterawsadm --------- Co-authored-by: Francisco Augusto <faugusto@stratio.com>
I noticed that k8s cluster created by
kind
don't have any additional addons, for example there is no ingress, nginx or default backend. Somehow I need to test my ingress (nginx/traefik) and I'm wondering if it make sense to add this kind of option to thekind
. Of course we can leave it as it is, but then I would need to execute myingress
configuration files each time I will create new cluster.Does it make sense?
The text was updated successfully, but these errors were encountered: