You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pcm_deploy.md 1.3 kB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ## 1 安装部署kubekey
  2. 通过以下的命令,可以下载 KubeKey 的最新版本。您可以更改命令中的版本号来下载特定的版本。
  3. ```
  4. export KKZONE=cn
  5. curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh -
  6. ```
  7. ## 2 安装部署k8s集群
  8. ```
  9. ./kk create cluster
  10. ```
  11. 执行可能会提示部分软件未安装,直接yum安装即可
  12. ![输入图片说明](/imgs/2024-04-28/qF082JVaumRARK1J.png)
  13. 然后重新执行创建集群命令,执行成功后可以验证环境
  14. ![输入图片说明](/imgs/2024-04-28/FoVNPbwm1pnt839Z.png)
  15. ## 3 部署鉴权、pcm-coordinator、前端服务
  16. yaml文件下载链接:https://pan.baidu.com/s/1VU1zE2xcFkrz9Hz2MkgDaQ (提取码:jcce)
  17. 鉴权:
  18. kubectl apply -f pcm-auth.yaml
  19. C端:
  20. kubectl apply -f pcm-core-api.yaml
  21. kubectl apply -f pcm-core-rpc.yaml
  22. 前端:
  23. kubectl apply -f pcm-rip.yaml
  24. ## 4 配置驱动器、集群信息
  25. 新建一个适配器,配置成功后可以获取到对应的adapterId
  26. ![输入图片说明](/imgs/2024-04-28/Dtu4KC835jSfcf5R.png)
  27. 将对应的id填写到对应的P端配置信息中(configmap 内容)
  28. ![输入图片说明](/imgs/2024-04-28/zuFWMVKAycNlPXOF.png)
  29. ## 5 部署P端服务
  30. P端:
  31. kubectl apply -f pcm-hpc.yaml
  32. kubectl apply -f pcm-kubernetes.yaml
  33. ## 7.系统使用

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.