Skip to content
/ template-kubectl Public template

Template repository with example data for using autoapply with kubectl

Notifications You must be signed in to change notification settings

autoapply/template-kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-kubectl

Template repository with example data for using autoapply with kubectl.

This is a template repository. To create a clean copy of the repository, click Use this template

To try it out, make sure you are connected to the correct Kubernetes cluster:

$ kubectl cluster-info
$ kubectl get nodes

To see which resources would get created, run:

$ ./autosetup.sh

To apply the resources to your cluster, run the following:

$ ./autosetup.sh | kubectl apply -f -

To remove the resources, just delete the namespace:

$ kubectl delete namespace autoapply-test

About

Template repository with example data for using autoapply with kubectl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages