-
Notifications
You must be signed in to change notification settings - Fork 470
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
update helm deploy nacos v1.2.1 #120
Open
shuangxi588
wants to merge
1
commit into
nacos-group:master
Choose a base branch
from
shuangxi588:master
base: master
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 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
为什么使用官方mysql镜像? |
你好,
1. 只是使用官方的mysql chart,镜像还是使用nacos/nacos-mysql:5.7,官方的有多人维护,便于后期升级到8,跟着生态走,当然完全可以自定义;
2. Helm也要官方的chart中心仓库https://github.com/helm/helm 很多定义好的chart后期都可以放这
3. 安装nacos服务仅需要任意一台主机上执行helm install nacos stable/nacos Cversion XXX 即可一键部署,一键升级。
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: pader<mailto:[email protected]>
Sent: Sunday, April 26, 2020 7:53 PM
To: nacos-group/nacos-k8s<mailto:[email protected]>
Cc: shuangxi<mailto:[email protected]>; Author<mailto:[email protected]>
Subject: Re: [nacos-group/nacos-k8s] update helm deploy nacos v1.2.1 (#120)
为什么使用官方mysql镜像?
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#120 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHMLMI6QJO5C57THD5WZCATROQODNANCNFSM4MRGFPBA>.
|
Ok 收到,我这边测试一下,没有问题就合进去,感谢 |
我已经环境中使用,有问题随时叫我。
[root@vm-shalmk99 ~]# helm list|grep nacos
nacos 1 Sun Apr 26 20:18:52 2020 DEPLOYED nacos-0.1.1 1.0 nacos
nacos-backup 1 Sun Apr 26 20:43:02 2020 DEPLOYED mysqldump-2.6.0 2.4.1 nacos
[root@vm-shalmk99 ~]# kubectl -n nacos get pods|grep nacos
nacos-0 1/1 Running 0 25h
nacos-1 1/1 Running 0 25h
nacos-2 1/1 Running 0 25h
nacos-backup-mysqldump-1587921000-2jwfd 0/1 Completed 0 21h
nacos-mysql-6c9fbc76b8-nvgvm 2/2 Running 0 25h
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: pader<mailto:[email protected]>
Sent: Monday, April 27, 2020 10:07 PM
To: nacos-group/nacos-k8s<mailto:[email protected]>
Cc: shuangxi<mailto:[email protected]>; Author<mailto:[email protected]>
Subject: Re: [nacos-group/nacos-k8s] update helm deploy nacos v1.2.1 (#120)
Ok 收到,我这边测试一下,没有问题就合进去,感谢
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#120 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHMLMI3GN7AMJXIX4ZSTRNLROWGSTANCNFSM4MRGFPBA>.
|
Ok |
Chen seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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.
1.使用helm安装nfs-client-provisioner提供storageclass服务;
2.子chart使用官方的Mysql镜像;
3.nacos插件版本可选及dbHost。