Git Product home page Git Product logo

pach-offline's Introduction

Installing Pachyderm Offline

This repo will help you install pachyderm without an internet connection.

Prerequisites

  • A container repository that your offline kubernetes cluster will have access to.
  • A computer that has access to the internet and the container registry that has docker installed and logged into the container registry, and has helm installed.
  • A computer that has access to the kubernetes cluster with kubectl and helm installed.

Helm Values

You'll need to create a helm values file for installing pachyderm based on the default pachyderm values file.

Steps to install Pachyderm Offline

On your internet connected computer

  • Download/clone this repository
  • Edit settings.sh to set the repository and Pachyderm version
  • Configure a pachyderm helm values.yaml file
  • Download the proper pachyderm helm chart by running ./get_chart.sh. It will create a folder called pachyderm/ in this repo
  • Get your images and push those images to the new repo by running ./get_images.sh -f <values_file>
  • Copy this entire folder (including the values file and downloaded chart) to the computer that has access to the kubernetes cluster with helm/kubectl installed.

On your computer with access to the cluster

  • Make sure you can access the cluster with kubectl get all
  • Go into this folder that you've copied onto this computer.
  • run your helm install command with --no hooks and --post-renderer ./post-renderer.sh included. For example: helm install pachyderm pachyderm/ --no-hooks -f <values file> --post-renderer ./post-renderer.sh

After this you should have pachyderm installed with your settings. Check that it successfully installed by running kubectl get pods

pach-offline's People

Contributors

tybritten avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.