mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
[fix] add comment
This commit is contained in:
parent
372827fd5a
commit
44cc9aa9b6
@ -234,6 +234,7 @@ EOF
|
|||||||
# $2: Admission Controllers to invoke in the API server.
|
# $2: Admission Controllers to invoke in the API server.
|
||||||
# $3: A port range to reserve for services with NodePort visibility.
|
# $3: A port range to reserve for services with NodePort visibility.
|
||||||
# $4: The IP address on which to advertise the apiserver to members of the cluster.
|
# $4: The IP address on which to advertise the apiserver to members of the cluster.
|
||||||
|
# $5: Tells kube-api to run in privileged mode
|
||||||
function create-kube-apiserver-opts() {
|
function create-kube-apiserver-opts() {
|
||||||
cat <<EOF > ~/kube/default/kube-apiserver
|
cat <<EOF > ~/kube/default/kube-apiserver
|
||||||
KUBE_APISERVER_OPTS="\
|
KUBE_APISERVER_OPTS="\
|
||||||
|
Loading…
Reference in New Issue
Block a user