- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 132字
- 2021-07-02 22:51:24
Modifying kube-up parameters
It's worth getting to know the parameters used for the kube-up.sh script. Each provider under the kubernetes/cluster/ folder has its own su folder which containers a config-default.sh script.
For example, kubernetes/cluster/aws/config-default.sh has the default settings for using kube-up.sh with AWS. At the start of this script, you will see many of these values defined as well as environment variables that can be used to overrides the defaults.
In the following example, the ZONE variable is set for the script and it uses the value from the environment variable named KUBE_AWS_ZONE. If this variable is not set, it will use the default us-west-2a:
ZONE=${KUBE_AWS_ZONE:-us-west-2a}
Understanding these parameters will help you get a lot more mileage out of your kube-up.sh script.
- Learning Microsoft Azure Storage
- 程序設計語言與編譯
- HBase Design Patterns
- 物聯網與云計算
- Python Data Science Essentials
- Mastering Elastic Stack
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- 中國戰略性新興產業研究與發展·工業機器人
- Machine Learning with Apache Spark Quick Start Guide
- PVCBOT機器人控制技術入門
- Windows Server 2008 R2活動目錄內幕
- Visual FoxPro程序設計
- 工業機器人力覺視覺控制高級應用
- 重估:人工智能與賦能社會
- Building Google Cloud Platform Solutions