Skip to content
/ ggp Public

encapsulates the client-go resource invocation method of k8s.

Notifications You must be signed in to change notification settings

opvexe/ggp

Repository files navigation

ggp

Introduction: Encapsulates the client-go resource invocation method of k8s.

Kind

vi kind-config.yaml
-------------------
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker

Install (Macpro M1 Support version)

kind create cluster --config cluster.yaml --image kindest/node:v1.19.11

About

encapsulates the client-go resource invocation method of k8s.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages