Google Cloud Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud Platform resources.
Questions tagged [google-deployment-manager]
252 questions
0
votes
1 answer
Deploy node-pool in different subnetwork in same yaml file
I am creating a yaml config to deploy a gke cluster with multi-node-pool. I like to be able to create a new cluster and put each node-pool in a different subnetwork. Can this be done.
I have tried putting the subnetwork in different part of the…

k2swat
- 11
- 5
0
votes
1 answer
Can google cloud deployment template share a resource created by another deployment by increase the reference counter
I have a google cloud deployment manager template which creates a VM and firewall rules to a network, the network is created outside of the deployment. If two users both deploy the same template, assume they use the same virtual network. If the user…

hao
- 1
0
votes
1 answer
can I create kubernetes networks in a host project, then share them to service project using deployment manager?
I have a host project and service project. My networks are created in host project, and compute/kubernetes resources in service project are created in these shared network.
when doing this manually, I would create the subnets in host project,…

lotustub
- 13
- 3
0
votes
5 answers
Advantages of Templates ( ie infrastructure as code) over API calls
I am trying to setup a module to deploy resources in the cloud (it could be any cloud provider). I don't see the advantages of using templates (ie. the deploy manager) over direct API calls :
Creation of VM using a template :
#…

poloC
- 537
- 2
- 6
- 16
0
votes
1 answer
Image update using GCP deployment manager
I'm looking for a way to update the image on which my compute engine instance is built. Deployment update should spin up a new instance with the new image and original data disk attached.
Is there any way in which this objective can be fulfilled…

Balajee Venkatesh
- 1,041
- 2
- 18
- 39
0
votes
2 answers
how to host name and IP address of the instances deployment from the deployment manager for a particular deployment session?
how to hostname and IP address of the instances deployment from the deployment manager for a particular deployment session?
I have seen it can be done via gcloud but I am looking for alternate via saving files through jinja
Also, would like to know…

Suhasini Subramaniam
- 141
- 10
0
votes
3 answers
403 forbidden when trying to create a bucket using Deployment Manager
I am trying to create a GCS bucket using Deployment Manager using the following resource config:
resources:
- type: storage.v1.bucket
name: upload-bucket
properties:
project:
name:
However, I get the…

tomphp
- 307
- 1
- 4
- 10
0
votes
1 answer
Different ingresses in same cluster being bound to different addresses
I am trying to build a kubernetes environment from scratch using Google's Deployment Manager and Kubernetes Engine. So far, the cluster is configured to host two apps. Each app is served by an exclusive service, which in turn receives traffic from…

bsam
- 880
- 1
- 8
- 18
0
votes
1 answer
GCP deployment manager, error when trying to assign roles to users groups or service accounts
I am trying to use the CFT template for adding users and services account to the project but running into a problem even with the sample provided here in the cloud foundation library
here is the yaml I am trying to execute:
imports:
-…

Vit Dolphin
- 73
- 12
0
votes
2 answers
deploy VM Instance using deployment manager
Try to deploy the VM to custom VPC network called "MyNet" using deployment manager, just don't know how to put my custom VPC network in the yaml file, also want to use SSD instead of standard PERSISTENT disk as well.
resources:
- name: vm
…

Mapperkids Lee
- 145
- 1
- 6
- 20
0
votes
1 answer
typeProviders with private GKE clusters
I am new to google cloud manager (GCM) and am writing some code in order to practice. I have read some interesting articles that detail how I can use deploymentmanager.v2beta.typeprovider in order to extend GCM and use it to configure Kubernetes…

Luis
- 41
- 2
0
votes
2 answers
Problem while configure a Firewall and a Startup Script with Deployment Manager template
I want to configure a Firewall and a Startup Script with Deployment Manager template in .yaml file
Below are the steps I need to perform
A new Deployment Manager deployment has been created
The deployment includes a virtual machine that has an…

SPRADHAN
- 13
- 2
- 9
0
votes
1 answer
Does Deployment Manager templates support Python 3?
This is about GCP Deployment Manager Templates. Based on this documentation, a Python based deployment manager template must use Python 2.7.
Want to know:
Does this mean no support for Python 3?
Is a Python version upgrade planned?
Is there an ETA…

Cyac
- 447
- 3
- 15
0
votes
0 answers
Unable to create tagged firewall rule and assign it to VM via deployment manager
I am trying to create VM with firewall rule tag and start script. Unfortunately VM is not getting external access and startup script is not working properly.
resources:
- type: compute.v1.instance
name: vm-test
properties:
metadata:
…

Kunal
- 1
0
votes
1 answer
GCP deployment maanger template unable to create tagged firewall
I am trying to deploy a Linux VM with tag "http" and creating firewall for allowing HTTP Port 80 access as tagged firewall "http". The VM is getting deployed but no external access is working for the VM. Also gave startup script for VM but its not…

Kunal
- 1