Versions Compared

Key

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

...

  1. Add below hosts records to /etc/hosts

    Code Block
    {SCS_External_IP}    www.datacore.com
    {SCS_External_IP}    k8s.grc.io
  2. Install Podman 3.0.1.

    Code Block
    yum -y install podman
  3. Verify the Podman 3.0.1 installation is successful.

    Code Block
    languagebash
    podman -v

    The podman version should be 3.0.1

  4. Load Pause Container.

    Code Block
    podman image load -i /root/datacore/k8s.gcr.io_pause_3.2.tar
  5. Verify the Pause Container is loaded and the container TAG label is 3.2.

    Code Block
    podman images

    REPOSITORY        TAG     IMAGE ID      CREATED        SIZE 
    k8s.gcr.io/pause  3.2     80d28bedfe5d  22 months ago  688 kB

  6. Refer to https://caringo.atlassian.net/wiki/spaces/public/pages/3042345098/Online+SCS+Installation and follow step 5 onwards.

Note

Note that the IP addresses supplied for the hostnames in /etc/hosts, in step #9 above do not have to resolve to those actual host over the Internet, but they must resolve to some host on a network that in not the internal, private network used by the storage cluster.