lemon-monkey-228
02/03/2021, 1:56 PMlemon-monkey-228
02/03/2021, 1:56 PMlemon-monkey-228
02/03/2021, 1:56 PMlemon-monkey-228
02/04/2021, 10:14 AMlemon-monkey-228
02/04/2021, 10:14 AMrenderYamlToDirectory
for a Kubernetes providerprehistoric-kite-30979
02/05/2021, 4:11 PMbetter-actor-92669
02/08/2021, 4:55 PMdel obj
but it doesn't work.
def remove_test_objects(obj):
# if obj["kind"] == "Pod" and 'test' in obj["metadata"]["name"]:
if 'test' in obj["metadata"]["name"]:
del obj
magnificent-student-85498
02/11/2021, 4:20 PMkubernetes:core/v1:ConfigMap redis-configuration create replacement [diff: ~metadata]; error: Duplicate resource URN 'urn:pulumi:staging::kubernetes-deployment::kubernetes:core/v1:ConfigMap::redis-configuration'; try giving it a uniqu
e name
Why URN doesn’t have namespace in it? Is it a bug ?blue-orange-84367
02/12/2021, 6:20 AMlemon-monkey-228
02/12/2021, 11:48 AMIngressRoute
type (TypeScript) is throwing TypeError: types_1.IngressRoute is not a constructor
?straight-cartoon-24485
02/14/2021, 7:10 PMpulumi config set kubernetes:context my-context
into a required variable(?)
re: https://www.pulumi.com/docs/intro/cloud-providers/kubernetes/setup/#kubernetes-configuration
My goal is to avoid running pulumi against the wrong cluster (I need to switch between two live clusters often...)
Is there perhaps another defensible way to configure pulumi?red-lighter-44012
02/18/2021, 8:02 AMproud-pizza-80589
02/19/2021, 7:43 AMcolossal-australia-65039
02/20/2021, 2:55 AMbumpy-laptop-30846
02/24/2021, 1:53 PMconst cluster = new eks.Cluster( clusterName,
{
fargate: true,
vpcId: vpc.id,
publicSubnetIds: vpc.publicSubnetIds,
privateSubnetIds: vpc.privateSubnetIds,
deployDashboard: false,
nodeAssociatePublicIpAddress: false,
providerCredentialOpts: {},
skipDefaultNodeGroup: true, ...
then fargate use the default namespace? Is there a way to access the fargateProfile when creating the fargate profile with fargate: true
?lemon-monkey-228
02/26/2021, 12:12 PMlemon-monkey-228
02/26/2021, 12:30 PMjq
and deleting the resources keylemon-monkey-228
02/26/2021, 12:31 PMorange-psychiatrist-22511
02/26/2021, 2:12 PMbreezy-cricket-40277
02/26/2021, 3:50 PMdry-run
before applying it? I have a helm chart deployed and don’t want to deploy again without dry-running
the helm template first.wet-noon-14291
02/26/2021, 10:30 PMdry-engine-17210
02/27/2021, 6:32 PMbitter-application-91815
03/03/2021, 4:53 PMbitter-application-91815
03/03/2021, 4:53 PMadorable-action-51248
03/05/2021, 9:31 AMgcp.compute.Subnetwork
with empty secondaryIpRanges: []
and then refer to that subnet in gcp.container.Cluster
and use ipAllocationPolicy
to specify the services and pods subnets.
However, this setup breaks because GKE modifies the network’s secondaryIpRanges
and on the next pulumi up
pulumi tries to remove GKEs modifications.
The fails because the subnetwork is already in use.colossal-australia-65039
03/05/2021, 11:39 PM@pulumi/eks
Node package and when creating a new Cluster()
I can supply roleMappings
. Ideally these roleMappings would reference ClusterRoleBindings
but these ClusterRoleBindings
cannot exist until the EKS cluster itself is created since they're k8s resources. I'm stuck in a chicken/egg scenario for the initial creation of the EKS cluster! Is there a way to solve this without having to fall. back to referencing a hardcoded string value instead of my ideal case of referencing the clusterRoleBinding.subjects[0].name
?limited-planet-95090
03/08/2021, 11:52 PMbitter-application-91815
03/10/2021, 7:07 PMbitter-application-91815
03/10/2021, 7:08 PMthe Kubernetes API server reported that "default/asg-chart-cloud-production-aws-cluster-autoscaler" failed to fully initialize or become live: 'asg-chart-cloud-production-aws-cluster-autoscaler' timed out waiting to be Ready
* Service does not target any Pods. Selected Pods may not be ready, or field '.spec.selector' may not match labels on any Pods
sticky-match-71841
03/11/2021, 1:52 PMsticky-match-71841
03/11/2021, 1:52 PMgorgeous-egg-16927
03/11/2021, 5:51 PMsticky-match-71841
03/11/2021, 6:54 PM