cluster-api-provider-nested
cluster-api-provider-nested copied to clipboard
Cluster API Provider for Nested Clusters
See https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-cluster-api-nested/images.yaml for officially pushed images. The `nested-controlplane-controller` resource should be `cluster-api-nested-controlplane-controller`.
The ClusterVersion CRD is using apiVersion v1beta1 which requires properties in x-kubernetes-list-map-keys to be required (validation was introduced with https://github.com/kubernetes/kubernetes/pull/88076/commits/2e187415fd582ea80bc316fb76cb30c3ad1aead4). v1 supports defaults too. A manual rebuild with a newer...
## Problem Virtual cluster does not deploy with k8 v1.20.2. Output from vc-manager: > {"level":"info","ts":1621457612.1333222,"logger":"clusterversion-controller","msg":"reconciling ClusterVersion..."} > {"level":"info","ts":1621457612.1334903,"logger":"clusterversion-controller","msg":"new ClusterVersion event","ClusterVersionName":"cv-sample-np"} > {"level":"info","ts":1621457635.4177175,"logger":"virtualcluster-webhook","msg":"validate create","vc-name":"vc-sample-1"} > {"level":"info","ts":1621457635.4421399,"logger":"virtualcluster-controller","msg":"reconciling VirtualCluster..."} > {"level":"info","ts":1621457635.4824774,"logger":"virtualcluster-webhook","msg":"validate update","vc-name":"vc-sample-1"} >...
Vince had pointed us to that CAPI providers typically have a `make` target to help create diagrams that are managed in the repo, this issue is to go back and...
**What this PR does / why we need it**: In Kubernetes 1.20 the spec.preserveUnknownFields is not allowed to be set to true given Kubernetes has already deprecated this any cluster...
**What this PR does / why we need it**: Fixes typo in virtualcluster/doc/demo.md **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s)...
**User Story** As a developer today I need to make my own conversions of vNode to pNode objects, while we already have a package to do it for all other...
CAPI v1.7.0-beta.0 has been released and is ready for testing. Looking forward to your feedback before v1.7.0 release! ## For quick reference - [CAPI v1.7.0-beta.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.7.0-beta.0) - [Shortcut to...
CAPI v1.6.0-beta.0 has been released and is ready for testing. Looking forward to your feedback before v1.6.0 release! ## For quick reference - [CAPI v1.6.0-beta.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.6.0-beta.0) - [Shortcut to...
**What steps did you take and what happened:** I tested this provider in a kind test setup, and then everything worked fine. Then i moved it to a 'real' Kubernetes...