Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

You can still try out the workshop flow, however, by setting up your own VM and following the README.md.

To create you own VM on GCE, you can follow these instructions. For other environments, you can modify the scripts in that directory.

Provision a Kind Cluster with GCE

Requirements

Steps

  • Generate the SSH Key on your local machine:
ssh-keygen -t rsa -f ~/.ssh/nephio -C nephio -b 2048
  • To run the terraform code locally run:
gcloud auth login
gcloud auth application-default login
gcloud config set project PROJECT_ID
terraform init
terraform plan
terraform apply

VM Access

  • To access the VM after creation run:
ssh ubuntu@IP -i ~/.ssh/nephio
  • No labels