-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Rewrite ASM module #1140
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
Merged
kaariger
merged 43 commits into
terraform-google-modules:master
from
Monkeyanator:rewrite-asm-module
Mar 3, 2022
Merged
Rewrite ASM module #1140
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
285dd05
Remove previous ASM module and add initial implementation of new
912ca06
Move from kubernetes_manifest to bash CPR creation
afed279
Add meshconfig.googleapis.com service
88f7600
Add namespace to CPR creation script wait
0905359
Change example to use google_container_cluster
8538e86
Improve CPR status wait duration
11f9d90
Use retries rather than sleeping to wait for CPR CRD existence
56240f1
Enable servicemesh feature in module
5235884
Revert changes to examples
c61787a
Fix enable_mdp to just enable CNI
f5b65bd
Lint
4818dc6
minor fixes
8ce0635
Bump timeout on status wait
c961aaa
Don't create MeshConfig if unset
7ad8320
Fix ASM sample
e4e81d6
Update README autogen
7f1b0e2
Minor fixes
22dbbea
Remove meshConfig from module
3f0e6b2
fix end to end tests
83a1112
lint fixes
a787940
Remove enable_mdp, add enable_vpc_sc and fleet_id
3be283c
move VPC-SC from labels to annotations
5af57bf
update README
347c75a
use default node pool size
1bc68e4
use wip for exmaple cluster creation
3801f7b
add feature enablement back to module
9e63a53
lint
c963e4c
remove feature enablement from module
aea6fe5
remove depends_on
30ea4ba
fix unspecified channel bug
3ae8025
minor fixes
7a4867e
add more testing
f92c91e
update docs
33c742d
change required module version
036ecc8
fix cclb
04484ee
change registry source to run in CI
d46465a
update CROSS_CLUSTER_SERVICE_DISCOVERY to multicluster_mode
3848a0d
update README
d195981
fix test
6faadcf
fix wording
a8e32f5
remove from README
bc7449d
iterate on comments
396776a
Merge branch 'master' into rewrite-asm-module
kaariger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Upgrading to v20.0 | ||
|
||
The v20.0 release of *kubernetes-engine* is a backwards incompatible | ||
release for the Anthos Service Mesh (ASM) module. | ||
|
||
### ASM module rewrite | ||
|
||
The [ASM submodule](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/asm) has been rewritten to use the `ControlPlaneRevision` API to provision | ||
a managed control plane rather than using an installer script. Due to the drastic difference in implementation the module does not support an upgrade path | ||
from the previous version. |
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.