You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change updates the version of k8s and cluster-api in the document
based on an hands-on test and adds a procedure for applying
the custom resources: NodePool, NodeClaim and ClusterAPINodeClass.
A diagram of the tutorial setup is added to clarify the relationship
between Karpenter and Cluster API. Finally, an actual command is included
to highlight a caveat: omitting --leader-election-namespace causes failure.
Signed-off-by: Tsubasa Watanabe <[email protected]>
Because `--leader-election-namespace` defaults to empty, running `bin/karpenter-clusterapi-controller` without this flag and outside an in-cluster environment will result in an error.
192
+
156
193
### Demonstration of Karpenter Cluster API provider
157
194
158
195
This is a demo that was given during the Cluster API office hours meeting on 2024-08-07.
0 commit comments