Changes

Jump to navigation Jump to search

Initializing the Kubernetes cluster

346 bytes added, 6 years ago
no edit summary
* == Update kubelet configuration for master node==
Edit /etc/kubernetes/manifests/kube-controller-manager.yaml:
</syntaxhighlight>
 Copy ca-dex.pem to /usr/share/ca-certificates Edit /etc/kubernetes/manifests/kube-controller-managerapiserver.yaml:
<syntaxhighlight lang="bash">
spec:
containers:
- command:
# add these five
- --oidc-issuer-url=https://ccu.uni-konstanz.de:32000/dex
- --oidc-client-id=loginapp
- --oidc-ca-file=/usr/share/ca-certificates/ca-dex.pem
- --oidc-username-claim=name
- --oidc-groups-claim=groups
</syntaxhighlight>
== Daemonsets ==
 
=== Flannel daemonset (pod network for communication) ===
* Flannel === nVidia daemonset (pod network for communication)===
* nVidia daemonset
== Authentication systems ==

Navigation menu