Skip to content
Snippets Groups Projects
  1. Aug 15, 2022
  2. May 07, 2019
  3. Jul 20, 2017
    • Julien Leduc's avatar
      Setting `imagePullSecrets` to `ctaregsecret` for all pods · 9dc6e49e
      Julien Leduc authored
      This allows to solve the recurrent docker login issue by passing the
      credentials to kubernetes as a secret.
      Indeed docker login credentials are valid for 3 months then it is over.
      We just need to pass the `ctareg` service account credentials in the
      `ctaregsecrets` and we are done.
      In addition `imagePullSecrets` works at the full cluster level as each
      kubelet needs the registry credentials to pull its own image.
      If `ctaregsecret` secret does not exists, kubernetes is perfectly fine
      with that and uses the default authentication. This means that there is
      no need to define this secret (which is useless in the buildtree
      environment).
      9dc6e49e
  4. Mar 28, 2017
  5. Mar 14, 2017
  6. Feb 09, 2017
  7. Feb 07, 2017
Loading