forked from tetratelabs/tetrate-service-bridge-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
merge origin into fork #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AlexeySkvortsov
wants to merge
602
commits into
AlexeySkvortsov:main
Choose a base branch
from
tetratelabs:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
Author
|
can i have the fork being updated? |
Owner
Author
|
please sync upstream with alexey's fork |
remove special chars from owner if they exist
custom iam signing key
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
updates for 1.6.0
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
1.6 readiness
updated terraform version
Update README.md
ENABLE_GATEWAY_DELETE_HOLD
defaults as of 1.9.x
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
docker supported install for ubuntu => https://docs.docker.com/engine/install/ubuntu/
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.