cool-egg-852
12/05/2019, 8:27 PMcool-egg-852
12/05/2019, 8:35 PMpulumi config set
PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions
?busy-umbrella-36067
12/05/2019, 9:22 PMcool-egg-852
12/05/2019, 9:43 PMpulumi config set --path path.key
?few-pizza-31661
12/06/2019, 12:08 AMquiet-tomato-48326
12/06/2019, 8:43 AMhandsome-cat-98152
12/06/2019, 9:34 AMimported
Ressources?
When I try to, it ends up looking like the screenshot and it's driving me nutsnutritious-airline-70839
12/06/2019, 10:11 AMclever-nest-47198
12/06/2019, 3:34 PMbusy-umbrella-36067
12/06/2019, 6:51 PMTypeError: Cannot read property 'status' of undefined
const grafanaChart = new helm.v2.Chart(
"grafana",
{
chart: "stable/grafana",
values: {
service: { type: "LoadBalancer" },
testFramework: { enabled: false }
}
}
);
cosnt grafanaHostname = grafanaChart.getResource('v1/Service', 'grafana').apply(svc => svc.status.loadBalancer.ingress[0].hostname)
rhythmic-hair-33677
12/06/2019, 7:47 PMkubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "registry-pull-secret"}]}' -n openfaas-fn
rhythmic-hair-33677
12/06/2019, 7:53 PMk8s.core.v1.ServiceAccount.get(
'default',
'openfaas-fn/default'
).imagePullSecrets.apply((pullSecrets) => {
if (!pullSecrets.find((s) => s.name === 'registry-pull-secret')) {
pullSecrets.push({ name: 'registry-pull-secret' })
}
})
rhythmic-hair-33677
12/06/2019, 8:35 PM# Add the Jetstack Helm repository
helm repo add jetstack <https://charts.jetstack.io>
# Update your local Helm chart repository cache
helm repo update
# Install the cert-manager Helm chart
helm install \
--name cert-manager \
--namespace cert-manager \
--version v0.11.0 \
jetstack/cert-manager
swift-painter-31084
12/06/2019, 10:09 PMrhythmic-hair-33677
12/07/2019, 5:37 PMapiVersion "extensions/v1beta1" was removed in Kubernetes 1.16
but this will continue to be served until 1.20. Is this a bug or is there a parameter to get around this? See <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals>rhythmic-hair-33677
12/07/2019, 6:49 PMquaint-artist-58613
12/08/2019, 11:08 AMquaint-artist-58613
12/08/2019, 11:38 AMbest-waiter-16927
12/08/2019, 11:46 AMwarning: 194 stacks were omitted from the results.
rhythmic-hair-33677
12/08/2019, 3:06 PMbusy-umbrella-36067
12/08/2019, 6:20 PMPodBuilder
?
From what I can see, it automatically adds an app
label based off image
or name
but thereâs no way to add user defined labelsrhythmic-hair-33677
12/08/2019, 10:52 PMk8s.apiextensions.CustomResource
or k8s.yaml.ConfigFile
to succeed? I see there is an issue tracking to make it type safe. Pulumi applies the resource fine, but I need to then check to make sure it didnât fail. I see pulumi query, but that doesnât appear to work with pulumi up.adamant-postman-86832
12/09/2019, 2:44 PMelegant-twilight-2745
12/09/2019, 4:14 PMastonishing-cartoon-37000
12/09/2019, 5:17 PMlittle-energy-64187
12/09/2019, 7:22 PMPULUMI_EXPERIMENTAL=true pulumi query
? I am getting Error: Program run without the Pulumi engine available; re-run using the pulumi CLI
ambitious-helmet-24352
12/09/2019, 7:57 PMambitious-helmet-24352
12/09/2019, 7:58 PMError: Command failed: helm template /var/folders/2y/61j5tzdd56l8wffgn3ydkf6m0000gp/T/tmp-42616Qai9xo75SzPT/goldilocks --name goldilocks --values /var/folders/2y/61j5tzdd56l8wffgn3ydkf6m0000gp/T/tmp-42616Qai9xo75SzPT/goldilocks/values.yaml --values /var/folders/2y/61j5tzdd56l8wffgn3ydkf6m0000gp/T/tmp-42616JZAjZL6MKzh7.yaml --namespace goldilocks
Error: unknown flag: --name
ambitious-helmet-24352
12/09/2019, 7:58 PMbusy-umbrella-36067
12/09/2019, 8:03 PMhelm3
support