diff --git a/configs/kind/tracing.yaml b/configs/kind/tracing.yaml deleted file mode 100644 index 598a1af..0000000 --- a/configs/kind/tracing.yaml +++ /dev/null @@ -1,56 +0,0 @@ -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -kubeadmConfigPatches: - - |- - kind: ClusterConfiguration - apiServer: - extraVolumes: - - name: tracing-configuration - hostPath: /opt/kube-apiserver/tracing-configuration.yaml - mountPath: /opt/kube-apiserver/tracing-configuration.yaml - readOnly: true - pathType: File - extraArgs: - tracing-config-file: /opt/kube-apiserver/tracing-configuration.yaml - controllerManager: - extraArgs: - bind-address: 0.0.0.0 - etcd: - local: - extraArgs: - listen-metrics-urls: http://0.0.0.0:2382 - scheduler: - extraArgs: - bind-address: 0.0.0.0 - - |- - kind: KubeProxyConfiguration - metricsBindAddress: 0.0.0.0 - - |- - kind: KubeletConfiguration - featureGates: - KubeletTracing: true - tracing: - endpoint: localhost:4317 - samplingRatePerMillion: 1000000 -nodes: - - role: control-plane - kubeadmConfigPatches: - - |- - kind: InitConfiguration - nodeRegistration: - kubeletExtraArgs: - node-labels: "ingress-ready=true" - extraMounts: - - hostPath: ./scripts/config/kube-apiserver/tracing-configuration.yaml - containerPath: /opt/kube-apiserver/tracing-configuration.yaml - readOnly: true - extraPortMappings: - - containerPort: 80 - hostPort: 80 - protocol: TCP - - containerPort: 443 - hostPort: 443 - protocol: TCP - - role: worker - - role: worker - - role: worker diff --git a/configs/kind/vap-v1alpha1.yaml b/configs/kind/vap-v1alpha1.yaml deleted file mode 100644 index b6d1c2a..0000000 --- a/configs/kind/vap-v1alpha1.yaml +++ /dev/null @@ -1,40 +0,0 @@ -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -featureGates: - ValidatingAdmissionPolicy: true -runtimeConfig: - admissionregistration.k8s.io/v1alpha1: true -kubeadmConfigPatches: - - |- - kind: ClusterConfiguration - controllerManager: - extraArgs: - bind-address: 0.0.0.0 - etcd: - local: - extraArgs: - listen-metrics-urls: http://0.0.0.0:2382 - scheduler: - extraArgs: - bind-address: 0.0.0.0 - - |- - kind: KubeProxyConfiguration - metricsBindAddress: 0.0.0.0 -nodes: - - role: control-plane - kubeadmConfigPatches: - - |- - kind: InitConfiguration - nodeRegistration: - kubeletExtraArgs: - node-labels: "ingress-ready=true" - extraPortMappings: - - containerPort: 80 - hostPort: 80 - protocol: TCP - - containerPort: 443 - hostPort: 443 - protocol: TCP - - role: worker - - role: worker - - role: worker diff --git a/configs/kind/vap-v1beta1.yaml b/configs/kind/vap-v1beta1.yaml deleted file mode 100644 index 8b9b433..0000000 --- a/configs/kind/vap-v1beta1.yaml +++ /dev/null @@ -1,41 +0,0 @@ -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -featureGates: - ValidatingAdmissionPolicy: true -runtimeConfig: - admissionregistration.k8s.io/v1beta1: true - admissionregistration.k8s.io/v1alpha1: true -kubeadmConfigPatches: - - |- - kind: ClusterConfiguration - controllerManager: - extraArgs: - bind-address: 0.0.0.0 - etcd: - local: - extraArgs: - listen-metrics-urls: http://0.0.0.0:2382 - scheduler: - extraArgs: - bind-address: 0.0.0.0 - - |- - kind: KubeProxyConfiguration - metricsBindAddress: 0.0.0.0 -nodes: - - role: control-plane - kubeadmConfigPatches: - - |- - kind: InitConfiguration - nodeRegistration: - kubeletExtraArgs: - node-labels: "ingress-ready=true" - extraPortMappings: - - containerPort: 80 - hostPort: 80 - protocol: TCP - - containerPort: 443 - hostPort: 443 - protocol: TCP - - role: worker - - role: worker - - role: worker