-
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
base: main
Are you sure you want to change the base?
Changes from 7 commits
bd58388
625c61d
d848bb8
e8888cb
d01a220
d8bb8d3
5aed7f4
0ffcc30
c0c4e38
8eb8f5b
9bb4920
31ca385
b5fd8a7
85b8274
370d386
01c08fe
06651de
35c5db1
9449862
ecb2672
62c421a
2e72259
0c83d5f
0715626
62cb1dd
8ce8df9
cd3527e
4b5cd88
a3ecec7
9349772
a3b114b
41bd16a
598aaf0
a8af197
6cd64b4
5575512
81810c0
daba6c7
32a6786
0a425dd
0f270ce
b306f61
688442b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,9 +31,10 @@ metadata: | |
spec: | ||
containers: | ||
- name: nacos-standlone-rc3 | ||
image: registry.cn-hangzhou.aliyuncs.com/hinsteny/nacos-standlone-rc3:1.0.0-RC3 | ||
image: swsk33/nacos-standalone:2.2.3 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这里可以考虑用官方镜像吗? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 官方镜像依赖于数据源,registry.cn-hangzhou.aliyuncs.com是否有2.x版本的nacos There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 我的意思是,是否可以可以用 nacos 发布的官方镜像 |
||
ports: | ||
- containerPort: 8848 | ||
- containerPort: 9848 | ||
--- | ||
apiVersion: v1 | ||
kind: Service | ||
|
@@ -47,3 +48,5 @@ spec: | |
ports: | ||
- name: foo # name is not required for single-port Services | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 现在已经不是单端口服务了,name 还是好好取一个吧 |
||
port: 8848 | ||
- name: bar | ||
port: 9848 |
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.
这句的目的是啥,为什么不能用 Namespace 呢?
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.
这里指的是k8s cluster的name,在make create-cluster中会创建名为higress的k8s集群,这里用higress-system会无法访问apiserver