tommady / learn-crd

https://book.kubebuilder.io/cronjob-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning CRD


from this awesome book

modified point:

  1. my k8s is arm64, so all the images have been used will be all arm64
    1. kube-rbac-proxy
    2. base image distroless
    3. myself controller
  2. since I don't have docker, so I use podman instead
  3. since I don't install whole kubebuilder into /usr/bin/kubebuilder
    1. so the test will failed due to it cannot find etcd under that folder
    2. so I skip the test step while build the image

About

https://book.kubebuilder.io/cronjob-tutorial


Languages

Language:Go 85.9%Language:Makefile 11.8%Language:Dockerfile 2.3%