Step 1. Install snap

Snap is a prerequisite software for installing DataClarity platform.

For details, see the respective online documentation at https://snapcraft.io/docs/installing-snapd.

Note: Snap might already be available on your system. Depending on your Linux distribution, snap can already be installed. For example, Ubuntu has snap integrated, but you need to install it for Red Hat.

The following steps are the example for Red Hat Enterprise Linux (RHEL)/CentOS.

Procedure
  1. Add the repository for the Extra Packages for Enterprise Linux to your system:

    Copy
    sudo yum -y install epel-release
  2. Install snap:

    Copy
    sudo yum -y install snapd
  3. Enable the systemd unit that manages the main snap communication socket:

    Copy
    sudo systemctl enable --now snapd.socket
  4. To enable classic snap support, create a symbolic link between /var/lib/snapd/snap and /snap:

    Copy
    sudo ln -s /var/lib/snapd/snap /snap
  5. To ensure snap’s paths are updated correctly, either log out and back in again, or restart your system.

What’s next?

Step 2. Install MicroK8s

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.