Welcome to the Linux Foundation Forum!

Lab 14-1 - Helm

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:

  1. Error: repo stable not found

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

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

Comments

  • Posts: 2,453

    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

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training