mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Allow to set global KUBERNETES_PROVIDER env var
This commit is contained in:
parent
f87bd6b8f9
commit
18f32cf03f
@ -14,8 +14,10 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Set provider independent environment variables
|
# Set the default provider of Kubernetes cluster to know where to load provider-specific scripts
|
||||||
|
# You can override the default provider by exporting the KUBERNETES_PROVIDER
|
||||||
|
# variable in your bashrc
|
||||||
|
#
|
||||||
|
# The valid values: 'gce', 'azure' and 'vagrant'
|
||||||
|
|
||||||
# Set provider of Kubernetes cluster to know where to load provider-specific scripts, values: gce, vagrant, etc.
|
KUBERNETES_PROVIDER=${KUBERNETES_PROVIDER:-gce}
|
||||||
KUBERNETES_PROVIDER="gce"
|
|
||||||
#KUBERNETES_PROVIDER="vagrant"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user