Giter Club home page Giter Club logo

hypershift-addon-operator's Introduction

hypershift-addon-operator

hypershift-addon-operator can deploy a hypershift-operator to a managed cluster.

Install the hypershift addon manager

oc apply -f example/addon-manager-deployment.yaml

You can check the hypershift addon manager status by

╰─$ oc get deployment -n multicluster-engine | grep hypershift-addon
hypershift-addon-manager              1/1     1            1           107m

Enable a hypershift addon agent to a managed cluster

  1. Check the target managed cluster is imported to the hub, we will use managed cluster as an example.
╰─$ oc get managedcluster cluster1
NAME            HUB ACCEPTED   MANAGED CLUSTER URLS          JOINED   AVAILABLE   AGE
cluster1        true                                         True     True        147m
  1. Install a hypershift addon to the managed cluster
╰─$ oc apply -f - <<EOF
apiVersion: addon.open-cluster-management.io/v1alpha1
kind: ManagedClusterAddOn
metadata:
  name: hypershift-addon
  namespace: cluster1
spec:
  installNamespace: open-cluster-management-agent-addon
EOF
  1. Create a hypershift-operator-oidc-provider-s3-credentials for the hypershift addon in the namespace if you plan to provision hosted clusters on the AWS platform.
oc create secret generic hypershift-operator-oidc-provider-s3-credentials --from-file=credentials=${HOME}/.aws/credentials --from-literal=bucket=<bucket-name> --from-literal=region=us-east-1 -n cluster1
  1. Check the status of the hypershift-addon
╰─$ oc get managedclusteraddons -n cluster1 hypershift-addon
NAME               AVAILABLE   DEGRADED   PROGRESSING
hypershift-addon   True

Metrics Dashboard

Instructions here

hypershift-addon-operator's People

Contributors

2uasimojo avatar dtthuynh avatar elgnay avatar jharting avatar jnpacker avatar liangquanli930 avatar mikeshng avatar o-farag avatar philipwu08 avatar rokej avatar schmidtd avatar xuezhaojun avatar zhujian7 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.