Skip to content

Conversation

@AlexeySkvortsov
Copy link
Owner

No description provided.

@AlexeySkvortsov
Copy link
Owner Author

can i have the fork being updated?

@AlexeySkvortsov
Copy link
Owner Author

please sync upstream with alexey's fork

smarunich and others added 28 commits November 21, 2022 21:25
remove special chars from owner if they exist
istio-proxy readiness before app
added displayName to dev and stg tenants
add traffic generators for both of bookinfo applications
add traffic generators for both of bookinfo applications
set ```enableHttpMeshInternalIdentityPropagation: false``` until CR imagepullsecret story is clear
adding support for cr-pull-secret for wasm
the latest updates to terraform stopped respecting deps
adding depends on cluster for gke_auth module
updates to gitops, switching to List
removing the bindings until @nacx fix
updated terraform version
shamusx and others added 30 commits March 21, 2024 14:04
Reverts #358
Need to follow `argocd` as an example to enable, not to have it under
tsb modules but have it independently installed
awscli needs to be latest to keep up with latest kubectl for
authentication to k8s clusters

also added yq (same userdata as TSE)

https://github.com/tetrateio/tetrate-service-express-sandbox/blob/541510951e4cd19d961749793b543b4b45750fd9/modules/aws/jumpbox/jumpbox.userdata#L32C1-L33C65
set azurerm provider to older version as temporary workaround
Addresses recent redis failures...
deletionProtection: disabled
notes from installing the sandbox environment recently...
Co-authored-by: Sergey Marunich <[email protected]>
fixes for helm provider - thanks @ajaymare
Tested.

this is temporary change to continue using:

```module "eks" {
  source  = "terraform-aws-modules/eks/aws"
  version = "~> 19.0"
  ```
  
 to avoid Unsupported argument errors.
  
 proper fix will be applied:
  
  ```module "eks" {
  source  = "terraform-aws-modules/eks/aws"
  version = "~> 20.24"  # Compatible with AWS provider 6.x
}
```

but it requires more changes in the code:

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/UPGRADE-20.0.md

Co-authored-by: Alex Skvo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.