kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.24k stars 4.87k forks source link

CI: Auto update inspektor-gadget YAMLs #19717

Open spowelljr opened 18 hours ago

spowelljr commented 18 hours ago

Auto update inspektor-gadget YAMLs

Tested:

$ minikube start --addons=inspektor-gadget
😄  minikube v1.34.0 on Darwin 14.7 (arm64)
✨  Automatically selected the docker driver. Other choices: qemu2, ssh, vfkit (experimental)
📌  Using Docker Desktop driver with root privileges
👍  Starting "minikube" primary control-plane node in "minikube" cluster
🚜  Pulling base image v0.0.45-1727108449-19696 ...
🔥  Creating docker container (CPUs=2, Memory=4000MB) ...
❗  Failing to connect to https://registry.k8s.io/ from inside the minikube container
💡  To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/
🐳  Preparing Kubernetes v1.31.1 on Docker 27.3.1 ...
    ▪ Generating certificates and keys ...
    ▪ Booting up control plane ...
    ▪ Configuring RBAC rules ...
🔗  Configuring bridge CNI (Container Networking Interface) ...
🔎  Verifying Kubernetes components...
    ▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
    ▪ Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
🌟  Enabled addons: default-storageclass, storage-provisioner, inspektor-gadget
🏄  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default

$ kubectl get pods -A
NAMESPACE     NAME                               READY   STATUS    RESTARTS   AGE
gadget        gadget-zml6g                       1/1     Running   0          50s
kube-system   coredns-7c65d6cfc9-lkf62           1/1     Running   0          50s
kube-system   etcd-minikube                      1/1     Running   0          56s
kube-system   kube-apiserver-minikube            1/1     Running   0          56s
kube-system   kube-controller-manager-minikube   1/1     Running   0          56s
kube-system   kube-proxy-8m48q                   1/1     Running   0          50s
kube-system   kube-scheduler-minikube            1/1     Running   0          56s
kube-system   storage-provisioner                1/1     Running   0          54s

cc @eiffel-fl

k8s-ci-robot commented 18 hours ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: spowelljr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/minikube/blob/master/OWNERS)~~ [spowelljr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment