This project contains a snap for kpt, a tool for automating Kubernetes Configuration Editing.
-
Install the
kptcli
snapsnap install kptcli
-
Create an alias to run
kpt
directlysudo snap alias kptcli.kpt kpt
-
Use
kpt
kpt pkg get --for-deployment https://github.com/nephio-project/nephio-packages.git/nephio-configsync kpt live init nephio-configsync kpt live apply nephio-system --reconcile-timeout=15m --output=table --kubeconfig=/home/ubuntu/.kube/config
Note: You will need to be specific about the kubeconfig directory.