full-dress-10026
05/31/2019, 8:51 PMconst k8sDashboardChart = new k8s.helm.v2.Chart("k8s-dashboard", {
repo: "stable",
chart: "kubernetes-dashboard",
version: "1.5.2",
namespace: "kube-system"
}, {providers: {kubernetes: k8sProvider}});
results in
error: Plan apply failed: 2 errors occurred:
* Timeout occurred for 'k8s-dashboard-kubernetes-dashboard'
* Service does not target any Pods. Selected Pods may not be ready, or field '.spec.selector' may not match labels on any Pods
Any idea why this would happen?full-dress-10026
05/31/2019, 11:30 PMvalues
for a k8s.helm.v2.Chart
does not output that any resource was updated. Is this expected?thankful-island-60540
06/01/2019, 7:01 AMpython
code?
it seems to have braking bugs in the code, that preventing me from adding custom values, or setting a specific namespace to deploy to
its even hard to debug since its not possible to execute the python code not from the Pulumi CLI (or its not documented how)
anyone with a success experience?average-dream-51210
06/02/2019, 1:23 AMaverage-dream-51210
06/02/2019, 1:24 AMaverage-dream-51210
06/02/2019, 1:26 AMaverage-dream-51210
06/02/2019, 1:30 AMcolossal-room-15708
06/03/2019, 1:48 PMstocky-spoon-28903
06/03/2019, 2:33 PMstocky-spoon-28903
06/03/2019, 2:34 PMtall-librarian-49374
06/03/2019, 2:39 PMjolly-egg-4894
06/03/2019, 2:45 PMshy-receptionist-99213
06/03/2019, 3:57 PMwows
.full-dress-10026
06/03/2019, 4:58 PMpulumi up
in a stack that has an existing EKS cluster running. I received a bunch of these errors:
error: Preview failed: unable to read kubectl config: invalid configuration: no configuration has been provided
I thought Pulumi automatically creates the config file for connecting the the cluster. Do I need to explicitly provide it? Reading through https://pulumi.io/quickstart/aws/tutorial-eks/, it does not appear that you need to set a k8s config file.brave-angle-33257
06/03/2019, 5:06 PMfull-dress-10026
06/03/2019, 5:32 PMk8s.core.v1.Service
?delightful-city-79989
06/03/2019, 5:57 PMworried-engineer-33884
06/03/2019, 6:41 PMhandsome-actor-1155
06/03/2019, 6:51 PMorange-policeman-59119
06/03/2019, 11:31 PM> @pulumi/kubernetes@v0.23.1 install /builds/[redacted-repo]/pulumi/node_modules/@pulumi/kubernetes
> node scripts/install-pulumi-plugin.js resource kubernetes v0.23.1
[resource plugin kubernetes-0.23.1] installing
...
Previewing update ([redacted-stack-name]):
error: could not load plugin for kubernetes provider 'urn:pulumi:[redacted-stack-name]::vendor-sync-pipeline::pulumi:providers:kubernetes::default': no resource plugin 'kubernetes-v0.22.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource kubernetes v0.22.0`
It looks like it wants both the old version 0.22 and the new version 0.23.1 installed to use the stack. Is that right?full-dress-10026
06/03/2019, 11:43 PMautoScalingGroupTags: myTags
to eks.Cluster.createNodeGroup
will fail on an update with the following message in the CF console: "You cannot have multiple tags with the same key name."proud-alarm-92546
06/03/2019, 11:57 PMfailed to load checkpoint
Diagnostics:
awsx:x:ec2:Subnet (new-test-vpc1-private-0):
error: post-step event returned an error: failed to save snapshot: failed to load checkpoint: blob (code=Unknown): ExpiredToken: The provided token has expired.
status code: 400, request id: C77A7470E00DFB92, host id: Rdn/3pvDB4Qc+R2/vKyqqdjycosJ8zROTd9A2JvIo/NudbxN/aU7NcwrbRteASkrGhg12TgGxqk=
pulumi:pulumi:Stack (make-vpc-vpc-dev):
error: update failed
awsx:x:ec2:Vpc (new-test-vpc1):
error: resource complete event returned an error: failed to save snapshot: An IO error occurred during the current operation: blob (code=Unknown): ExpiredToken: The provided token has expired.
status code: 400, request id: D634E0AAE7B29B13, host id: FGLgu6SwARaLVmv6eFYt4G1LAtwPeADhZkq/i0j8QQ5J2mlFRLNvInrvBXLGFeDV0yMi0wKGZDc=
Resources:
7 unchanged
error: failed to load checkpoint: blob (code=NotFound): NoSuchKey: The specified key does not exist.
status code: 404, request id: 8FDFF4787E944F03, host id:
proud-alarm-92546
06/04/2019, 12:00 AMpowerful-london-34081
06/04/2019, 10:44 AMstocky-spoon-28903
06/04/2019, 10:51 AMpowerful-london-34081
06/04/2019, 11:15 AMstocky-spoon-28903
06/04/2019, 11:16 AMstocky-spoon-28903
06/04/2019, 11:17 AMnamespaces.map(namespace => {
// all your code from inside the loop
})
powerful-london-34081
06/04/2019, 11:23 AMpowerful-london-34081
06/04/2019, 11:24 AM