Open
Description
Here is my way to install kpt-config-sync,
Create a directory to store the manifest bundle
mkdir -p <MANIFEST_DIR>
Extract the manifest bundle
tar -xzf <MANIFEST_BUNDLE> -C <MANIFEST_DIR>
Apply the manifests to your cluster
kubectl apply -f <MANIFEST_DIR>
BUT Are There any efficient and easy example to verify the kpt-config-syn ?
I need some tips. Thank you !
Activity