Sherif Abdalla
Sherif Abdalla
EKS-Addons Example: ``` module "eks_addons_0" { # source = "git::ssh://[email protected]/b7hio/terraform-aws-eks-blueprints.git?ref=v4.6.1//modules/kubernetes-addons" source = "git::ssh://[email protected]/b7hio/terraform-aws-eks-blueprints.git//modules/kubernetes-addons?ref=v4.6.1" eks_cluster_id = module.eks_0.eks_cluster_id eks_cluster_endpoint = module.eks_0.eks_cluster_endpoint eks_oidc_provider = module.eks_0.oidc_provider eks_cluster_version = module.eks_0.eks_cluster_version eks_cluster_domain = var.hosted_name #--------------------------------------------------------------- #...
Sorry, busy trying to find a proper way to upgrade the cluster from 1.21 to 1.22 without issues I will test the workflow tomorrow. Thanks
BTW, I am using Terraform Cloud, GitHub-Actions and AWS SSO. Thanks
Referring to aft-account-customization (I would like to enable notification and trigger when commit)
same issue Goland Build #GO-221.5080.224 and Terraform v1.1.8
Tested and working well. Thanks, @askulkarni2
Hello, This issue blocking Observability! Please update! Thanks
@domeales-paloit Thanks for sharing the solution. Successfully upgrade!
Here is a temporary solution that will allow me to continue using my machines: 1. Run the command `nix profile install github:ublue-os/fleek` (note that this command is deprecated) 2. After...
Did anyone discover a fix?