Skip to content

feature(*): run as no root user and support kubesphere offline deploy #28

Open
@shiqinfeng1

Description

@shiqinfeng1

在一些特殊的客户中,不允许以root身份执行的,所以可能需要普通用户来运行

  1. 我目前本地测试环境kubespary中使用了非root登录安装,(虽然我不确定是不是真的全部命令是非root执行的):
[all]
node1 ansible_host=192.168.1.19 ip=192.168.1.19 etcd_member_name=etcd1 ansible_ssh_user=sqf ansible_sudo_pass=sqf
node2 ansible_host=192.168.1.20 ip=192.168.1.20 etcd_member_name=etcd2 ansible_ssh_user=sqf ansible_sudo_pass=sqf
node3 ansible_host=192.168.1.21 ip=192.168.1.21 etcd_member_name=etcd3 ansible_ssh_user=sqf ansible_sudo_pass=sqf

是不是kubeplay需要做一定的改造?

  1. 我在kubespary中增加了kubesphere的部署剧本,并且可以在cluster-configuration.yaml中配置local_registry为本地仓库,那么是不是也能够整合到kubeplay中呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions