Welcome to the Linux Foundation Forum!

Lab 14-1 - Helm

tatty
tatty Posts: 8
edited May 2021 in LFS258 Class Forum

The repo stable/mariadb no longer exists, see https://github.com/helm/charts/blob/master/stable/mariadb/README.md. You will get an error:

Error: repo stable not found

instead do what is recommended in the README.md. file:

helm repo add bitnami https://charts.bitnami.com/bitnami
helm --debug install firstdb bitnami/mariadb --set master.persistence.enabled=false --set slave.persistence.enabled=false

Comments

  • chrispokorni
    chrispokorni Posts: 2,153

    Hi @tatty,

    In step 5, by simply replacing the current stable chart repository allows you to continue the lab as described, even if deprecation messages are displayed along the way:

    $ helm3 repo add stable https://charts.helm.sh/stable

    Regards,
    -Chris

Categories

Upcoming Training