Merge "Enable pod security policies"
[icn.git] / deploy / clusters / static-values.yaml
index 6a2fad0..f4ecfe0 100644 (file)
@@ -35,8 +35,8 @@ clusters:
     # The user account created in all the machines.
     userData:
       name: ubuntu
-      # mkpasswd --method=SHA-512 --rounds 4096 "mypasswd"
-      hashedPassword: $6$rounds=4096$acxyX2VqfHJSAc2$sgVf5uTHHPCX6u50NHnJmhIoqbcL9J12jlBAaWKvd3w8uYO0iXgcBrEhtvHLgSGU7dcU.eqm9JwXEYbbRjPAi1
+      # mkpasswd --method=SHA-512 --rounds 10000 "mypasswd"
+      hashedPassword: $6$rounds=10000$PJLOBdyTv23pNp$9RpaAOcibbXUMvgJScKK2JRQioXW4XAVFMRKqgCB5jC4QmtAdbA70DU2jTcpAd6pRdEZIaWFjLCNQMBmiiL40.
       # This key will also be authorized to login as the root user
       sshAuthorizedKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrxu+fSrU51vgAO5zP5xWcTU8uLv4MkUZptE2m1BJE88JdQ80kz9DmUmq2AniMkVTy4pNeUW5PsmGJa+anN3MPM99CR9I37zRqy5i6rUDQgKjz8W12RauyeRMIBrbdy7AX1xasoTRnd6Ta47bP0egiFb+vUGnlTFhgfrbYfjbkJhVfVLCTgRw8Yj0NSK16YEyhYLbLXpix5udRpXSiFYIyAEWRCCsWJWljACr99P7EF82vCGI0UDGCCd/1upbUwZeTouD/FJBw9qppe6/1eaqRp7D36UYe3KzLpfHQNgm9AzwgYYZrD4tNN6QBMq/VUIuam0G1aLgG8IYRLs41HYkJ root@jump
 
@@ -66,14 +66,14 @@ clusters:
     #
     # Refer to the below for further information:
     # - https://github.com/kubernetes/kubernetes/blob/master/build/dependencies.yaml
-    # - https://download.docker.com/linux/ubuntu/dists/bionic/stable/binary-amd64/Packages
+    # - https://download.docker.com/linux/ubuntu/dists/focal/stable/binary-amd64/Packages
     #
     # The OS image.
-    imageName: bionic-server-cloudimg-amd64.img
+    imageName: focal-server-cloudimg-amd64.img
     # The version of Kubernetes installed.
     k8sVersion: v1.21.6
     # The version of the kubelet, kubeadm, and kubectl packages.
     kubeVersion: 1.21.6-00
     # The version of the CRI installed.
     containerdVersion: 1.4.11-1
-    dockerVersion: 5:20.10.10~3-0~ubuntu-bionic
+    dockerVersion: 5:20.10.10~3-0~ubuntu-focal