How to setMasterUrl in Ignite XML config for Kubernetes IPFinder

后端 未结 5 1150
孤独总比滥情好
孤独总比滥情好 2021-01-13 10:11

Using test config with Ignite 2.4 and k8s 1.9:


    

        
5条回答
  •  渐次进展
    2021-01-13 11:02

    Tested Version:

    Kubernetes: v1.8

    Ignite: v2.4

    This is going to be little bit more permissive.

    apiVersion: rbac.authorization.k8s.io/v1beta1
    kind: ClusterRoleBinding
    metadata:
      name: ignite-rbac
    subjects:
      - kind: ServiceAccount
        name: default
        namespace: 
    roleRef:
      kind: ClusterRole
      name: cluster-admin
      apiGroup: rbac.authorization.k8s.io
    

提交回复
热议问题