LINUX.ORG.RU
ФорумAdmin

Grafana OnCall Dev

 ,


0

1

Добрый день. Решил попробовать OnCall в Grafane. Т.к. Kubernetes у нас нет, а hoby среда в docker-compose только поиграться, решил запустить версию для dev. grafana-oncall

Поставил docker, kubectl, tilt, ctlptl, kind, Nodejs 18.20.3 и yarn. Запускаю make cluster/up долго висит на создании control-plane и в итоге получаю:

 ✓ Ensuring node image (kindest/node:v1.24.7) 🖼
 ✓ Preparing nodes 📦
 ✓ Writing configuration 📜
 ✗ Starting control-plane 🕹️
Deleted nodes: ["kind-control-plane"]
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0527 12:15:05.423249     176 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"
W0527 12:15:05.425436     176 initconfiguration.go:332] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
[init] Using Kubernetes version: v1.24.7

Не сталкивался ли кто из колег с таким? Если запускаю kind create cluster или ctlptl create cluster kind –registry=ctlptl-registry То применяется Kubernetes 1.30, как и мой kubectl и всё создаётся.

ctlptl create cluster kind --registry=ctlptl-registry
No kind clusters found.
Creating cluster "kind" ...
 ✓ Ensuring node image (kindest/node:v1.30.0) 🖼
 ✓ Preparing nodes 📦
 ✓ Writing configuration 📜
 ✓ Starting control-plane 🕹️ ctlptl create cluster kind --registry=ctlptl-registry
 ✓ Installing CNI 🔌
 ✓ Installing StorageClass 💾

Стоит ли копать в версию кубера?

Пошёл другим путём и запустил на локальном kind через helm. Всё работает, но выглядит как сова на глобусе. Как понимаю, нормально только через кубернетис.

el_vago
() автор топика