billions-farmer-62339
02/11/2019, 2:13 PMbillions-farmer-62339
02/11/2019, 2:15 PMbillions-farmer-62339
02/11/2019, 2:20 PMbusy-umbrella-36067
02/11/2019, 3:04 PM~ kubernetes:apps:StatefulSet XXXXX-01310 updating [diff: ~spec]; warning: 1 Pods failed to run because: [Error] Container completed with exit code 143
The pod in question is actually just waiting to pass its readinessCheck
little-optician-1705
02/11/2019, 7:15 PMorange-tailor-85423
02/11/2019, 8:02 PMorange-tailor-85423
02/11/2019, 8:02 PMorange-tailor-85423
02/11/2019, 8:02 PMorange-tailor-85423
02/11/2019, 8:03 PMgetAccountKey
does not accept the output string from the creation of the serviceAccountKey
eitherbreezy-kangaroo-52717
02/12/2019, 6:12 AMbusy-daybreak-68237
02/12/2019, 9:36 AMbusy-daybreak-68237
02/12/2019, 9:37 AMbetter-rainbow-14549
02/12/2019, 11:43 AM~ ├─ azure:keyvault:AccessPolicy pulumi-keyvault-create-access refresh [diff: +keyVaultId]
followed by azure:keyvault:Secret (EventHubLeaseStorage):
error: Preview failed: refreshing urn:pulumi:operations::operations::azure:keyvault/secret:Secret::EventHubLeaseStorage: Error checking if key vault "" for Secret "EventHubLeaseStorage" in Vault at url "<https://pulumi.vault.azure.net/>" exists: keyVaultId is empty
brave-angle-33257
02/12/2019, 10:47 PMhelpful-advantage-49286
02/12/2019, 10:56 PMtravisqueue
app?bland-lamp-97030
02/13/2019, 1:01 AMbland-lamp-97030
02/13/2019, 1:02 AMbest-xylophone-83824
02/13/2019, 1:11 PMbest-xylophone-83824
02/13/2019, 1:41 PMsparse-action-84781
02/13/2019, 1:52 PMbrave-house-96707
02/13/2019, 2:41 PMbest-xylophone-83824
02/13/2019, 5:03 PMA stack is an isolated, independently configurable instance of a Pulumi program. ... feature branches (such as feature-x-dev, jane-feature-x-dev).Pricing:
6+ starting at $29 per stack/monthhmmm 😕
best-xylophone-83824
02/13/2019, 5:06 PMsparse-tiger-67367
02/13/2019, 6:32 PMchilly-photographer-60932
02/13/2019, 8:06 PMk8s
service spun using helm
chart and pulumi. The helm chart does not expose loadBalancerSourceRanges
for the service definition. We would like to update the service with loadBalancerSourceRanges
. What is the best way to do it? It is similar to kubectl edit service
brave-angle-33257
02/14/2019, 10:04 PMorange-tailor-85423
02/14/2019, 10:57 PMhelpful-ice-5738
02/15/2019, 12:06 AM- └─ aws:iam:Role demo-lambda-role delete
The deletion fails, so I try to change the state. pulumi state delete demo-lambda-role
— I get warning: This command will edit your stack's state directly. Confirm? Yes
error: No such resource "demo-lambda-role" exists in the current state
should I not be passing in the resource name? what should I pass in?stocky-spoon-28903
02/15/2019, 12:13 AMpulumi refresh
does the trick here and removes the item from your checkpointhelpful-ice-5738
02/15/2019, 12:13 AM