The cluster-dns images' scripts are only working with Python 2.
Considering that Python 2 support will be dropped in 2020, it
would be a good idea to transition towards Python 3 support.
This commit the cluster-dns Python scripts to work on both
Python versions.
The new variable names got introduced about 10 months ago and it was
indicated that they will be used in the ling term instead of the older,
less descriptive variable names.
customepnameprefix has been added to glusterfs storage class
via PR# https://github.com/kubernetes/kubernetes/pull/69419
This patch add its documentation to example files and README.
Signed-off-by: hchiramm <hchiramm@redhat.com>
The image used for the init container runs /mv.sh, which executes `tail
-f /etc/hosts` as its last command. Since this command will block
forever, an explicit command should be specified for this container that
just copies the sample war file to /app (otherwise the pod will get
stuck forever, waiting for the init container to succeed).
Without the symlinks, hack/local-up-cluster.sh reports
Create podsecuritypolicy policies for RBAC.
error: the path "/home/test/kubernetes/examples/podsecuritypolicy/rbac/policies.yaml" does not exist
error: the path "/home/test/kubernetes/examples/podsecuritypolicy/rbac/roles.yaml" does not exist
error: the path "/home/test/kubernetes/examples/podsecuritypolicy/rbac/bindings.yaml" does not exist
We noticed a deprecated link on this doc to the old server monitor.
Did a few other small changes to align the verbiage with New Relic naming conventions.
We now use default predicates/priorities if they are unspecified in the policy
config (kubernetes/kubernetes#59363).
The other example in ./scheduler-policy-config.json shows how to use priorities
and predicates.
Let's use this example to show how to use extenders. When you are using
extenders you don't necessarily want to mess with priorities and predicates
(kubernetes/kubernetes#45188).
Also remove duplicate file.