best-hydrogen-40271
10/22/2019, 9:31 PMpulumi up
is trying to connect to a cluster that doesnt exist, because it hasn't created it yetbest-hydrogen-40271
10/22/2019, 9:31 PMbest-hydrogen-40271
10/22/2019, 9:36 PMbest-hydrogen-40271
10/22/2019, 10:11 PMbest-hydrogen-40271
10/22/2019, 10:11 PMbest-hydrogen-40271
10/22/2019, 10:11 PMbest-hydrogen-40271
10/22/2019, 10:11 PMrandom.RandomPassword
?best-hydrogen-40271
10/22/2019, 10:17 PMnodeconfig
best-hydrogen-40271
10/22/2019, 10:17 PMbest-hydrogen-40271
10/22/2019, 10:20 PMconst primary = new GkeCluster("Primary", {});
const primaryStandardNodes = new gcp.container.NodePool(
"primary-standard-nodes",
{
cluster: primary.cluster.name,
nodeConfig: {
machineType: "n1-standard-1",
metadata: {
"disable-legacy-endpoints": "true"
},
oauthScopes: [
"<https://www.googleapis.com/auth/logging.write>",
"<https://www.googleapis.com/auth/monitoring>"
],
preemptible: false
},
nodeCount: 1
}
);
best-hydrogen-40271
10/22/2019, 10:22 PMbest-hydrogen-40271
10/22/2019, 10:22 PMbest-hydrogen-40271
10/22/2019, 10:22 PMbest-hydrogen-40271
10/22/2019, 10:23 PMbest-hydrogen-40271
10/22/2019, 10:24 PMbest-hydrogen-40271
10/22/2019, 10:25 PMbest-hydrogen-40271
10/22/2019, 10:25 PM+- │ ├─ gcp:container:Cluster primary replace [diff: +nodeConfig]
best-hydrogen-40271
10/22/2019, 10:38 PMbest-hydrogen-40271
10/22/2019, 10:39 PMbest-hydrogen-40271
10/22/2019, 10:43 PMbest-hydrogen-40271
10/22/2019, 10:44 PMcrooked-jelly-50877
10/22/2019, 10:49 PMcrooked-jelly-50877
10/22/2019, 10:49 PMcrooked-jelly-50877
10/22/2019, 10:50 PMreplicaCount
is getting set to a float 1.0
- not an integercrooked-jelly-50877
10/22/2019, 10:50 PMcrooked-jelly-50877
10/22/2019, 10:50 PMcrooked-jelly-50877
10/22/2019, 10:51 PMError: render error in "nginx-ingress/templates/default-backend-poddisruptionbudget.yaml": template: nginx-ingress/templates/default-backend-poddisruptionbudget.yaml:1:7: executing "nginx-ingress/templates/default-backend-poddisruptionbudget.yaml" at <gt .Values.defaultBackend.replicaCount 1.0>: error calling gt: incompatible types for comparison
Error: Error: Command failed: helm template /var/folders/br/vk7vq4s17z50g66njs1gmlc80000gn/T/tmp-78327rwjsRXZ39Xkh/nginx-ingress --name nginx-ingress --values /var/folders/br/vk7vq4s17z50g66njs1gmlc80000gn/T/tmp-78327rwjsRXZ39Xkh/nginx-ingress/values.yaml --values /var/folders/br/vk7vq4s17z50g66njs1gmlc80000gn/T/tmp-783273FSDGnkfbySQ.yaml --namespace nginx
Error: render error in "nginx-ingress/templates/default-backend-poddisruptionbudget.yaml": template: nginx-ingress/templates/default-backend-poddisruptionbudget.yaml:1:7: executing "nginx-ingress/templates/default-backend-poddisruptionbudget.yaml" at <gt .Values.defaultBackend.replicaCount 1.0>: error calling gt: incompatible types for comparison
at /Users/warren.strange/tmp/forgeops/cluster/pulumi/node_modules/@pulumi/kubernetes/helm/v2/helm.js:112:23
at OutputImpl.<anonymous> (/Users/warren.strange/tmp/forgeops/cluster/pulumi/node_modules/@pulumi/pulumi/output.js:110:47)
at Generator.next (<anonymous>)
at fulfilled (/Users/warren.strange/tmp/forgeops/cluster/pulumi/node_modules/@pulumi/pulumi/output.js:18:58)
crooked-jelly-50877
10/22/2019, 10:51 PMcrooked-jelly-50877
10/22/2019, 10:52 PMdefaultBackend: {
enabled: "false",
replicaCount: 1, // to make helm happy
minAvailable: 1
}
crooked-jelly-50877
10/22/2019, 10:53 PMhelm template
without getting rendering errorscrooked-jelly-50877
10/22/2019, 10:53 PMhelm template
without getting rendering errors