Update kubeadm reference
This commit is contained in:
@@ -113,7 +113,7 @@ components by adding customized setting or overriding kubeadm default settings.<
|
|||||||
</span></pre><p>The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances deployed
|
</span></pre><p>The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances deployed
|
||||||
in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
||||||
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ or
|
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ or
|
||||||
https://godoc.org/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
|
https://pkg.go.dev/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
|
||||||
for kube proxy official documentation.</p>
|
for kube proxy official documentation.</p>
|
||||||
<pre style="background-color:#fff"><span style="color:#000;font-weight:bold">apiVersion</span>:<span style="color:#bbb"> </span>kubelet.config.k8s.io/v1beta1<span style="color:#bbb">
|
<pre style="background-color:#fff"><span style="color:#000;font-weight:bold">apiVersion</span>:<span style="color:#bbb"> </span>kubelet.config.k8s.io/v1beta1<span style="color:#bbb">
|
||||||
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">kind</span>:<span style="color:#bbb"> </span>KubeletConfiguration<span style="color:#bbb">
|
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">kind</span>:<span style="color:#bbb"> </span>KubeletConfiguration<span style="color:#bbb">
|
||||||
@@ -121,7 +121,7 @@ for kube proxy official documentation.</p>
|
|||||||
</span></pre><p>The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
|
</span></pre><p>The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
|
||||||
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
||||||
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ or
|
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ or
|
||||||
https://godoc.org/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
|
https://pkg.go.dev/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
|
||||||
for kubelet official documentation.</p>
|
for kubelet official documentation.</p>
|
||||||
<p>Here is a fully populated example of a single YAML file containing multiple
|
<p>Here is a fully populated example of a single YAML file containing multiple
|
||||||
configuration types to be used during a <code>kubeadm init</code> run.</p>
|
configuration types to be used during a <code>kubeadm init</code> run.</p>
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ components by adding customized setting or overriding kubeadm default settings.<
|
|||||||
</span></pre><p>The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances
|
</span></pre><p>The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances
|
||||||
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
||||||
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ or
|
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ or
|
||||||
https://godoc.org/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
|
https://pkg.go.dev/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
|
||||||
for kube-proxy official documentation.</p>
|
for kube-proxy official documentation.</p>
|
||||||
<pre style="background-color:#fff"><span style="color:#000;font-weight:bold">apiVersion</span>:<span style="color:#bbb"> </span>kubelet.config.k8s.io/v1beta1<span style="color:#bbb">
|
<pre style="background-color:#fff"><span style="color:#000;font-weight:bold">apiVersion</span>:<span style="color:#bbb"> </span>kubelet.config.k8s.io/v1beta1<span style="color:#bbb">
|
||||||
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">kind</span>:<span style="color:#bbb"> </span>KubeletConfiguration<span style="color:#bbb">
|
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">kind</span>:<span style="color:#bbb"> </span>KubeletConfiguration<span style="color:#bbb">
|
||||||
@@ -130,7 +130,7 @@ for kube-proxy official documentation.</p>
|
|||||||
</span></pre><p>The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
|
</span></pre><p>The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
|
||||||
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
|
||||||
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ or
|
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ or
|
||||||
https://godoc.org/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
|
https://pkg.go.dev/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
|
||||||
for kubelet official documentation.</p>
|
for kubelet official documentation.</p>
|
||||||
<p>Here is a fully populated example of a single YAML file containing multiple
|
<p>Here is a fully populated example of a single YAML file containing multiple
|
||||||
configuration types to be used during a <code>kubeadm init</code> run.</p>
|
configuration types to be used during a <code>kubeadm init</code> run.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user