mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Docs munger and flags verification fixes.
This commit is contained in:
parent
40642fdd28
commit
1c8b418383
@ -56,3 +56,6 @@ make build do=destroy
|
||||
The bash script sets `set -e errexit` which causes the script to exit
|
||||
at the very first error. This should be the default mode for deploying
|
||||
components but not for destroying/cleanup.
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -64,6 +64,18 @@ cluster/vsphere/templates/salt-minion.sh: hostname_override: $(ip route get 1.1
|
||||
examples/cluster-dns/images/frontend/client.py: service_address = socket.gethostbyname(hostname)
|
||||
examples/storage/cassandra/image/run.sh: cluster_name \
|
||||
examples/storage/vitess/env.sh: node_ip=$(get_node_ip)
|
||||
federation/config.default.json: "cloud_provider": "gce",
|
||||
federation/config.default.json: "cloud_provider": "gce",
|
||||
federation/config.default.json: "cloud_provider": "gce",
|
||||
federation/config.default.json: "cluster_cidr": "10.180.0.0/14",
|
||||
federation/config.default.json: "cluster_cidr": "10.184.0.0/14",
|
||||
federation/config.default.json: "cluster_cidr": "10.188.0.0/14",
|
||||
federation/config.default.json: "cluster_name": "cluster1-kubernetes",
|
||||
federation/config.default.json: "cluster_name": "cluster2-kubernetes",
|
||||
federation/config.default.json: "cluster_name": "cluster3-kubernetes",
|
||||
federation/config.default.json: "num_nodes": 3,
|
||||
federation/config.default.json: "num_nodes": 3,
|
||||
federation/config.default.json: "num_nodes": 3,
|
||||
hack/local-up-cluster.sh: advertise_address="--advertise_address=${API_HOST}"
|
||||
hack/local-up-cluster.sh: runtime_config="--runtime-config=${RUNTIME_CONFIG}"
|
||||
hack/local-up-cluster.sh: advertise_address=""
|
||||
|
Loading…
Reference in New Issue
Block a user