Hi, I would recommend to add the —image option to the bootstrap command so it will only try to pull it from the local registry. If you also provide the —skip-monitoring-stack option it will ignore Prometheus etc for the initial bootstrap. After your cluster has been deployed you can set the container image versions for all the required services and enable monitoring with ceph orch. Regards Eugen Zitat von farhad kh <farhad.khedriyan@gmail.com>:
i try deploy cluster from private registry and used this command {cephadm bootstrap ---mon-ip 10.10.128.68 --registry-url my.registry.xo --registry-username myuser1 --registry-password mypassword1 --dashboard-password-noupdate --initial-dashboard-password P@ssw0rd } even i changed section Default container images in cephadm script # Default container images ----------------------------------------------------- DEFAULT_IMAGE = ' my.registry.xo/ceph/ceph:v17' DEFAULT_IMAGE_IS_MASTER = False DEFAULT_IMAGE_RELEASE = 'quincy' DEFAULT_PROMETHEUS_IMAGE = ' my.registry.xo/ceph/prometheus:v2.33.4' DEFAULT_LOKI_IMAGE = ' my.registry.xo/ceph/loki:2.4.0' DEFAULT_PROMTAIL_IMAGE = my.registry.xo/ceph/promtail:2.4.0' DEFAULT_NODE_EXPORTER_IMAGE = ' my.registry.xo/ceph/node-exporter:v1.3.1' DEFAULT_ALERT_MANAGER_IMAGE = ' my.registry.xo/ceph/alertmanager:v0.23.0' DEFAULT_GRAFANA_IMAGE = ' my.registry.xo/ceph/ceph-grafana:8.3.5' DEFAULT_HAPROXY_IMAGE = ' my.registry.xo/ceph/haproxy:2.3' DEFAULT_KEEPALIVED_IMAGE = ' my.registry.xo/ceph//keepalived:2.1.5' DEFAULT_SNMP_GATEWAY_IMAGE = ' my.registry.xo/ceph/ snmp-notifier:v1.2.1' DEFAULT_REGISTRY = ' my.registry.xo' # normalize unqualified digests to this # ------------------------------------------------------------------------------ to my private registy but when i deploy new cluster cephadm try pull prometheus , node-exporter and ceph-grafana from quay.io . Why does it happen and what should I do to change it? Even the default registry is not changed #ceph config get mgr mgr/cephadm/default_registry docker.io
Can someone guide me, what should I do? _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io