Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io: (136 commits) Clarify minimum version of kubernetes supporting PSP authz Fix typo: federation-controller-mananger => federation-controller-manager Fix typo: federation-controller-mananger => federation-controller-manager fix command kubectl get svc,pod output limitrange-update doc-walkthrough-content package apt-transport-https should be installed Fix apimachinery vendored dependencies in examples_test. Delete the parameter "--google-json-key string" Removed Extra space in the KUBE2GO commit Added KUBE2GO.io fix some wrong links Update hello-minikube.md show kubectl_rollingupdate svg Fixed flag for eviction-soft. Update review-issues.md Move Guide topic: Garbage Collection. (#2488) Update source-ip.md Update source-ip.md concepts/abstractions: init containers example. ...
This commit is contained in:
@@ -26,6 +26,8 @@ install:
|
|||||||
- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/
|
- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/
|
||||||
- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/*
|
- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/*
|
||||||
- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/
|
- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/
|
||||||
|
- cp -r $GOPATH/src/k8s.io/apimachinery/vendor/* $GOPATH/src/
|
||||||
|
- rm -rf $GOPATH/src/k8s.io/apimachinery/vendor/*
|
||||||
|
|
||||||
# (2) Fetch md-check along with all its dependencies.
|
# (2) Fetch md-check along with all its dependencies.
|
||||||
- git clone --depth=50 --branch=master https://github.com/kubernetes/md-check $HOME/gopath/src/k8s.io/md-check
|
- git clone --depth=50 --branch=master https://github.com/kubernetes/md-check $HOME/gopath/src/k8s.io/md-check
|
||||||
|
|||||||
+1
-1
@@ -228,5 +228,5 @@ toc:
|
|||||||
- title: Federation Components
|
- title: Federation Components
|
||||||
section:
|
section:
|
||||||
- docs/admin/federation-apiserver.md
|
- docs/admin/federation-apiserver.md
|
||||||
- title : federation-controller-mananger
|
- title : federation-controller-manager
|
||||||
path: /docs/admin/federation-controller-manager
|
path: /docs/admin/federation-controller-manager
|
||||||
|
|||||||
@@ -3453,7 +3453,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
||||||
<td class="tableblock halign-left valign-top"></td>
|
<td class="tableblock halign-left valign-top"></td>
|
||||||
|
|||||||
@@ -4172,7 +4172,7 @@ The resulting set of endpoints can be viewed as:<br>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
||||||
<td class="tableblock halign-left valign-top"></td>
|
<td class="tableblock halign-left valign-top"></td>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: federation-controller-mananger
|
title: federation-controller-manager
|
||||||
notitle: true
|
notitle: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ DynamicKubeletConfig=true|false (ALPHA - default=false)
|
|||||||
DynamicVolumeProvisioning=true|false (ALPHA - default=true)
|
DynamicVolumeProvisioning=true|false (ALPHA - default=true)
|
||||||
ExperimentalHostUserNamespaceDefaulting=true|false (ALPHA - default=false)
|
ExperimentalHostUserNamespaceDefaulting=true|false (ALPHA - default=false)
|
||||||
StreamingProxyRedirects=true|false (ALPHA - default=false)
|
StreamingProxyRedirects=true|false (ALPHA - default=false)
|
||||||
--google-json-key string The Google Cloud Platform Service Account JSON Key to use for authentication.
|
|
||||||
--healthz-bind-address ip The IP address for the health check server to serve on, defaulting to 127.0.0.1 (set to 0.0.0.0 for all interfaces) (default 127.0.0.1)
|
--healthz-bind-address ip The IP address for the health check server to serve on, defaulting to 127.0.0.1 (set to 0.0.0.0 for all interfaces) (default 127.0.0.1)
|
||||||
--healthz-port int32 The port to bind the health check server. Use 0 to disable. (default 10249)
|
--healthz-port int32 The port to bind the health check server. Use 0 to disable. (default 10249)
|
||||||
--hostname-override string If non-empty, will use this string as identification instead of the actual hostname.
|
--hostname-override string If non-empty, will use this string as identification instead of the actual hostname.
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ each namespace.
|
|||||||
3. Users may create a pod which consumes resources just below the capacity of a machine. The left over space
|
3. Users may create a pod which consumes resources just below the capacity of a machine. The left over space
|
||||||
may be too small to be useful, but big enough for the waste to be costly over the entire cluster. As a result,
|
may be too small to be useful, but big enough for the waste to be costly over the entire cluster. As a result,
|
||||||
the cluster operator may want to set limits that a pod must consume at least 20% of the memory and CPU of their
|
the cluster operator may want to set limits that a pod must consume at least 20% of the memory and CPU of their
|
||||||
average node size in order to provide for more uniform scheduling and to limit waste.
|
average node size in order to provide for more uniform scheduling and limit waste.
|
||||||
|
|
||||||
This example demonstrates how limits can be applied to a Kubernetes [namespace](/docs/admin/namespaces/walkthrough/) to control
|
This example demonstrates how limits can be applied to a Kubernetes [namespace](/docs/admin/namespaces/walkthrough/) to control
|
||||||
min/max resource limits per pod. In addition, this example demonstrates how you can
|
min/max resource limits per pod. In addition, this example demonstrates how you can
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ dev
|
|||||||
|
|
||||||
At this point, all requests we make to the Kubernetes cluster from the command line are scoped to the development namespace.
|
At this point, all requests we make to the Kubernetes cluster from the command line are scoped to the development namespace.
|
||||||
|
|
||||||
Let's create some content.
|
Let's create some contents.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl run snowflake --image=kubernetes/serve_hostname --replicas=2
|
$ kubectl run snowflake --image=kubernetes/serve_hostname --replicas=2
|
||||||
|
|||||||
@@ -3620,7 +3620,7 @@ The StatefulSet guarantees that a given network identity will always map to the
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
||||||
<td class="tableblock halign-left valign-top"></td>
|
<td class="tableblock halign-left valign-top"></td>
|
||||||
|
|||||||
@@ -3609,7 +3609,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
||||||
<td class="tableblock halign-left valign-top"></td>
|
<td class="tableblock halign-left valign-top"></td>
|
||||||
|
|||||||
@@ -3457,7 +3457,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
||||||
<td class="tableblock halign-left valign-top"></td>
|
<td class="tableblock halign-left valign-top"></td>
|
||||||
|
|||||||
@@ -8010,7 +8010,7 @@ Appears In <a href="#pod-v1">Pod</a> <a href="#podtemplatespec-v1">PodTemplateSp
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>nodeSelector <br /> <em>object</em></td>
|
<td>nodeSelector <br /> <em>object</em></td>
|
||||||
<td>NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></td>
|
<td>NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>restartPolicy <br /> <em>string</em></td>
|
<td>restartPolicy <br /> <em>string</em></td>
|
||||||
|
|||||||
@@ -3073,7 +3073,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">nodeSelector</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
|
||||||
<td class="tableblock halign-left valign-top"></td>
|
<td class="tableblock halign-left valign-top"></td>
|
||||||
|
|||||||
@@ -47,6 +47,8 @@ clusters.
|
|||||||
|
|
||||||
[KCluster.io](https://kcluster.io) provides highly available and scalable managed Kubernetes clusters for AWS.
|
[KCluster.io](https://kcluster.io) provides highly available and scalable managed Kubernetes clusters for AWS.
|
||||||
|
|
||||||
|
[KUBE2GO.io](https://kube2go.io) get started with highly available Kubernetes clusters on multiple public clouds along with useful tools for development, debugging, monitoring.
|
||||||
|
|
||||||
[Platform9](https://platform9.com/products/kubernetes/) offers managed Kubernetes on-premises or any public cloud, and provides 24/7 health monitoring and alerting.
|
[Platform9](https://platform9.com/products/kubernetes/) offers managed Kubernetes on-premises or any public cloud, and provides 24/7 health monitoring and alerting.
|
||||||
|
|
||||||
[OpenShift Dedicated](https://www.openshift.com/dedicated/) offers managed Kubernetes clusters powered by OpenShift and [OpenShift Online](https://www.openshift.com/features/) provides free hosted access for Kubernetes applications.
|
[OpenShift Dedicated](https://www.openshift.com/dedicated/) offers managed Kubernetes clusters powered by OpenShift and [OpenShift Online](https://www.openshift.com/features/) provides free hosted access for Kubernetes applications.
|
||||||
@@ -62,6 +64,7 @@ few commands, and have active community support.
|
|||||||
- [CenturyLink Cloud](/docs/getting-started-guides/clc)
|
- [CenturyLink Cloud](/docs/getting-started-guides/clc)
|
||||||
- [IBM SoftLayer](https://github.com/patrocinio/kubernetes-softlayer)
|
- [IBM SoftLayer](https://github.com/patrocinio/kubernetes-softlayer)
|
||||||
- [Stackpoint.io](/docs/getting-started-guides/stackpoint/)
|
- [Stackpoint.io](/docs/getting-started-guides/stackpoint/)
|
||||||
|
- [KUBE2GO.io](https://kube2go.io/)
|
||||||
|
|
||||||
### Custom Solutions
|
### Custom Solutions
|
||||||
|
|
||||||
@@ -131,6 +134,7 @@ GKE | | | GCE | [docs](https://clou
|
|||||||
Stackpoint.io | | multi-support | multi-support | [docs](http://www.stackpointcloud.com) | Commercial
|
Stackpoint.io | | multi-support | multi-support | [docs](http://www.stackpointcloud.com) | Commercial
|
||||||
AppsCode.com | Saltstack | Debian | multi-support | [docs](https://appscode.com/products/cloud-deployment/) | Commercial
|
AppsCode.com | Saltstack | Debian | multi-support | [docs](https://appscode.com/products/cloud-deployment/) | Commercial
|
||||||
KCluster.io | | multi-support | multi-support | [docs](https://kcluster.io) | Commercial
|
KCluster.io | | multi-support | multi-support | [docs](https://kcluster.io) | Commercial
|
||||||
|
KUBE2GO.io | | multi-support | multi-support | [docs](https://kube2go.io) | Commercial
|
||||||
Platform9 | | multi-support | multi-support | [docs](https://platform9.com/products/kubernetes/) | Commercial
|
Platform9 | | multi-support | multi-support | [docs](https://platform9.com/products/kubernetes/) | Commercial
|
||||||
GCE | Saltstack | Debian | GCE | [docs](/docs/getting-started-guides/gce) | Project
|
GCE | Saltstack | Debian | GCE | [docs](/docs/getting-started-guides/gce) | Project
|
||||||
Azure Container Service | | Ubuntu | Azure | [docs](https://azure.microsoft.com/en-us/services/container-service/) | Commercial
|
Azure Container Service | | Ubuntu | Azure | [docs](https://azure.microsoft.com/en-us/services/container-service/) | Commercial
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ For each host in turn:
|
|||||||
* SSH into the machine and become `root` if you are not already (for example, run `sudo su -`).
|
* SSH into the machine and become `root` if you are not already (for example, run `sudo su -`).
|
||||||
* If the machine is running Ubuntu or HypriotOS, run:
|
* If the machine is running Ubuntu or HypriotOS, run:
|
||||||
|
|
||||||
|
apt-get update && apt-get install -y apt-transport-https
|
||||||
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
|
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
|
||||||
cat <<EOF > /etc/apt/sources.list.d/kubernetes.list
|
cat <<EOF > /etc/apt/sources.list.d/kubernetes.list
|
||||||
deb http://apt.kubernetes.io/ kubernetes-xenial main
|
deb http://apt.kubernetes.io/ kubernetes-xenial main
|
||||||
|
|||||||
@@ -31,12 +31,13 @@ This will run two nginx Pods in the default Namespace, and expose them through a
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ kubectl get svc,pod
|
$ kubectl get svc,pod
|
||||||
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||||
kubernetes 10.100.0.1 <none> 443/TCP 46m
|
svc/kubernetes 10.100.0.1 <none> 443/TCP 46m
|
||||||
nginx 10.100.0.16 <none> 80/TCP 33s
|
svc/nginx 10.100.0.16 <none> 80/TCP 33s
|
||||||
NAME READY STATUS RESTARTS AGE
|
|
||||||
nginx-701339712-e0qfq 1/1 Running 0 35s
|
NAME READY STATUS RESTARTS AGE
|
||||||
nginx-701339712-o00ef 1/1 Running 0 35s
|
po/nginx-701339712-e0qfq 1/1 Running 0 35s
|
||||||
|
po/nginx-701339712-o00ef 1/1 Running 0 35s
|
||||||
```
|
```
|
||||||
|
|
||||||
We should be able to access our new nginx Service from other Pods. Let's try to access it from another Pod
|
We should be able to access our new nginx Service from other Pods. Let's try to access it from another Pod
|
||||||
|
|||||||
@@ -1062,7 +1062,7 @@ Appears In <a href="#pod-v1">Pod</a> <a href="#podtemplatespec-v1">PodTemplateSp
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>nodeSelector <br /> <em>object</em></td>
|
<td>nodeSelector <br /> <em>object</em></td>
|
||||||
<td>NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection/README">http://kubernetes.io/docs/user-guide/node-selection/README</a></td>
|
<td>NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: <a href="http://kubernetes.io/docs/user-guide/node-selection">http://kubernetes.io/docs/user-guide/node-selection</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>restartPolicy <br /> <em>string</em></td>
|
<td>restartPolicy <br /> <em>string</em></td>
|
||||||
|
|||||||
@@ -163,5 +163,5 @@ following
|
|||||||
|
|
||||||
## Working With RBAC
|
## Working With RBAC
|
||||||
|
|
||||||
Use PodSecurityPolicy to control access to privileged containers based on role and groups.
|
In Kubernetes 1.5 and newer, you can use PodSecurityPolicy to control access to privileged containers based on user role and groups.
|
||||||
(see [more details](https://github.com/kubernetes/kubernetes/blob/master/examples/podsecuritypolicy/rbac/README.md)).
|
(see [more details](https://github.com/kubernetes/kubernetes/blob/master/examples/podsecuritypolicy/rbac/README.md)).
|
||||||
|
|||||||
Reference in New Issue
Block a user