-
Notifications
You must be signed in to change notification settings - Fork 559
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
feat: support nacos storage #796
Draft
sjcsjc123
wants to merge
43
commits into
alibaba:main
Choose a base branch
from
sjcsjc123:helm/nacos-storage
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.
Draft
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
bd58388
feat: support nacos storage
sjcsjc123 625c61d
recover something
sjcsjc123 d848bb8
recover something
sjcsjc123 e8888cb
recover something
sjcsjc123 d01a220
simple
sjcsjc123 d8bb8d3
fix bug
sjcsjc123 5aed7f4
modify nacos image
sjcsjc123 0ffcc30
update nacos image in Makefile
sjcsjc123 c0c4e38
add nacos client
sjcsjc123 8eb8f5b
add ci for nacos storage
sjcsjc123 9bb4920
delete something
sjcsjc123 31ca385
fix bug with start fail
sjcsjc123 b5fd8a7
rename make
sjcsjc123 85b8274
opt import
sjcsjc123 370d386
update e2e
sjcsjc123 01c08fe
opt import
sjcsjc123 06651de
recover something
sjcsjc123 35c5db1
modify default falg value
sjcsjc123 9449862
make ci print simple
sjcsjc123 ecb2672
update apply
sjcsjc123 62c421a
update apply
sjcsjc123 2e72259
add wasm+nacos ci
sjcsjc123 0c83d5f
update wasm+nacos ci
sjcsjc123 0715626
fix ci
sjcsjc123 62cb1dd
fix bug with wasm plugin
sjcsjc123 8ce8df9
Merge branch 'main' into helm/nacos-storage
sjcsjc123 cd3527e
Merge branch 'main' into helm/nacos-storage
sjcsjc123 4b5cd88
fix ci
sjcsjc123 a3ecec7
Merge branch 'main' into helm/nacos-storage
sjcsjc123 9349772
fix ci
sjcsjc123 a3b114b
fix ci
sjcsjc123 41bd16a
Merge branch 'main' into helm/nacos-storage
johnlanni 598aaf0
Merge branch 'main' into helm/nacos-storage
johnlanni a8af197
Merge branch 'main' into helm/nacos-storage
sjcsjc123 6cd64b4
update nacos image
sjcsjc123 5575512
update nacos image
sjcsjc123 81810c0
fix ci
sjcsjc123 daba6c7
fix ci
sjcsjc123 32a6786
fix ci
sjcsjc123 0a425dd
fix ci
sjcsjc123 0f270ce
Merge branch 'main' into helm/nacos-storage
sjcsjc123 b306f61
Merge branch 'main' into helm/nacos-storage
johnlanni 688442b
Merge branch 'main' into helm/nacos-storage
johnlanni 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
鉴于
gen-secret-configmap.sh
里是允许自定义这个 ConfigMap 的名字的,那这里挂载用的名字需要支持自定义吗?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gen-secret-configmap.sh
那边会改成固定的,同higress-config
一样