brainy-nest-61978
04/09/2020, 2:08 PMeager-pillow-75917
04/09/2020, 6:52 PMcool-egg-852
04/09/2020, 7:23 PMkubernetes:apps:StatefulSet vault/vault updating. [1/3] Waiting for StatefulSet update to roll out (2/2 Pods ready)
sticking around forever?fast-dinner-32080
04/10/2020, 4:20 PMhundreds-portugal-17080
04/12/2020, 4:17 PMhundreds-portugal-17080
04/12/2020, 5:27 PMancient-megabyte-79588
04/13/2020, 9:35 PMgorgeous-elephant-23271
04/14/2020, 8:06 PMacr
with kubectl
and referenced it in my PodBuilder
using pulumi/kuberentesx:
imagePullSecrets: [{
name: "acr",
}]
but then I'm still getting unauthorized: authentication required
when k8s is trying to pull the imagegorgeous-elephant-23271
04/14/2020, 8:06 PMgorgeous-elephant-23271
04/14/2020, 8:07 PMeager-pillow-75917
04/22/2020, 12:46 PMbland-lamp-16797
04/24/2020, 2:45 PMbland-lamp-16797
04/24/2020, 2:46 PMbusy-account-42432
04/26/2020, 10:03 AMgorgeous-animal-95046
04/27/2020, 7:36 PMimport
a CustomResource
? The diff is always different because the spec
doesn't match up to what's in my program (the program has the same spec
as what's currently in k8s). The diff when running pulumi up
has a complete spec
inside of it, like the remote was empty. I'm using dry run for importing.bland-lamp-16797
04/29/2020, 3:15 PMcool-family-11574
05/01/2020, 8:30 AMbetter-rainbow-14549
05/01/2020, 8:31 AMbillowy-army-68599
05/01/2020, 3:42 PMconst crds = new k8s.yaml.ConfigFile("crds", {
file: "<https://github.com/jetstack/cert-manager/releases/download/v0.14.1/cert-manager.crds.yaml>",
}, { provider: provider })
cool-family-11574
05/01/2020, 3:57 PMcreamy-potato-29402
05/01/2020, 4:03 PMcreamy-potato-29402
05/01/2020, 4:04 PMhundreds-portugal-17080
05/05/2020, 2:23 AMbusy-umbrella-36067
05/05/2020, 11:11 PMk8s.yaml.ConfigFile
if the args.file
is a URL?
I’m using one in a module and its making 16 concurrent requests to Github releases which gets ratelimited for obvious reasons.hundreds-portugal-17080
05/06/2020, 4:34 AMhundreds-receptionist-31352
05/06/2020, 5:10 PMhundreds-receptionist-31352
05/06/2020, 5:11 PMimport * as k8s from "@pulumi/kubernetes";
// Deploy the latest version of the stable/wordpress chart.
const wordpress = new k8s.helm.v2.Chart("wpdev", {
repo: "stable",
chart: "wordpress",
version: "2.1.3",
});
// Export the public IP for WordPress.
const frontend = wordpress.getResource("v1/Service", "wpdev-wordpress");
export const frontendIp = frontend.status.loadBalancer.ingress[0].ip;
hundreds-receptionist-31352
05/06/2020, 5:12 PMpolite-motherboard-78438
05/07/2020, 6:20 PMabundant-airplane-93796
05/08/2020, 12:51 PMabundant-airplane-93796
05/08/2020, 12:51 PMgorgeous-egg-16927
05/08/2020, 3:03 PMkubeconfig
as part of the stack config.
pulumi config set kubernetes:config:kubeconfig "dummy"
abundant-airplane-93796
05/08/2020, 3:03 PM