Resolution

How to setup k3s cluster and test containerd runtime ( on GCP )

AuthorFullName__c
Paul Pan
articleNumber
000005081
ft:sourceType
Salesforce
FirstPublishedDate
2021-06-29T19:43:44Z
lastModifiedDate
2023-01-22T11:08:15Z
VersionNumber
4

1.  You need to create two vm on gcp. On master vm, you need to configure network tag to allow connection on port 6443.
2.  SSH on to the master vm   
3.  $ curl -sfL https://get.k3s.io | sh -
4.  Get token from $ cat /var/lib/rancher/k3s/server/node-token
5.  SSH to worker node vm 
6.  $ curl -sfL https://get.k3s.io | K3S_URL=https://<Master_node_ip>:6443 K3S_TOKEN=<token from step 4>

Notes:
You can test containered pull with
$ crictl --debug pull --creds username:password jfrog-docker-enterprise-docker.bintray.io/distribution-installer:0.1
.0-m003