worried-engineer-33884
12/04/2019, 11:54 PMaws.secretsmanager.getSecretVersion
where it retrieves an empty value.early-intern-90238
12/05/2019, 12:17 AMwet-sunset-4939
12/05/2019, 1:32 AMhundreds-portugal-17080
12/05/2019, 7:16 AMquaint-artist-58613
12/05/2019, 9:43 AMnutritious-airline-70839
12/05/2019, 9:46 AMlively-kangaroo-29833
12/05/2019, 9:49 AMquaint-artist-58613
12/05/2019, 9:49 AMquaint-artist-58613
12/05/2019, 9:50 AMnutritious-airline-70839
12/05/2019, 3:41 PMcool-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 PMrhythmic-hair-33677
12/08/2019, 3:06 PMwhite-balloon-205
12/08/2019, 3:54 PM