Last active
May 14, 2021 07:14
-
-
Save DazWilkin/49419086c23d295d62abe135fda1baff to your computer and use it in GitHub Desktop.
Cloud Deployment Manager & Kubernetes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imports: | |
- path: kubernetes_engine.py | |
- path: kubernetes_engine_apis.py | |
resources: | |
- name: cluster | |
type: kubernetes_engine.py | |
properties: | |
CLUSTER_NAME: [[YOUR-CLUSTER-NAME]] | |
CLUSTER_ZONE: [[YOUR-CLUSTER-ZONE]] | |
NUM_NODES: 1 | |
- name: types | |
type: kubernetes_engine_apis.py | |
properties: | |
endpoint: $(ref.cluster.endpoint) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment