- 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.
- 大數(shù)據(jù)管理系統(tǒng)
- Mastering Proxmox(Third Edition)
- 樂高機器人:WeDo編程與搭建指南
- ETL with Azure Cookbook
- Hands-On Machine Learning with TensorFlow.js
- 流處理器研究與設計
- Blender Compositing and Post Processing
- 數(shù)據(jù)庫系統(tǒng)原理及應用教程(第5版)
- Blender 3D Printing by Example
- 統(tǒng)計挖掘與機器學習:大數(shù)據(jù)預測建模和分析技術(原書第3版)
- 網(wǎng)絡服務器搭建與管理
- TensorFlow Deep Learning Projects
- JRuby語言實戰(zhàn)技術
- 運動控制系統(tǒng)(第2版)
- 樂高創(chuàng)意機器人教程(中級 上冊 10~16歲) (青少年iCAN+創(chuàng)新創(chuàng)意實踐指導叢書)