Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Import or mount existing data / configuration
  • Create any accounts necessary (i.e. for workshops)
    • See 

      Jira
      serverJIRA
      serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
      keyNDS-898

  • Cache all images on all nodes

    • docker pull <image_name>

...

Before Deployment:

  • Request TLS certs / DNS
  • Provision VM (volume-backed instance is best)
  • Provision and mount storage volume
    • Data for Workbench
    • /var/lib/kubelet, /var/lib/docker, /var/log

Deployment Steps:

...

  • Import or mount existing data / configuration
  • Create any accounts necessary (i.e. for workshops)

    • See

      Jira
      serverJIRA
      serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
      keyNDS-898

  • Ensure that a basic auth secret exists for all accounts
    • kubectl get secret --all-namespaces
  • Cache all images

...