module
Version:
v0.0.0-...-37b146d
Opens a new window with list of versions in this module.
Published: Oct 8, 2018
License: Apache-2.0
Opens a new window with license information.
README
¶
Andrdoid SDK Operator
Android SDK operator that watches changes in a configmap object to install/remove Android SDK packages in a Persistent Volume.
Building
$ operator-sdk generate k8s
$ operator-sdk build quay.io/aerogear/android-sdk-operator:dev
The above command will result in a linux container image which can also be pushed to an external container registry.
Deployment
Deploying the operator and related resources:
#Deploy the android-sdk persistent volume
oc new-app -f extras/android/android-persistent.json
#Deploy a configmap with desired Android SDK package config
$ oc create -f extras/android/android-sdk-config.yaml
#Deploy the required resource definitions
$ oc create -f deploy/rbac.yaml
$ oc create -f deploy/crd.yaml
$ oc create -f deploy-cr.yaml
#Deploy the operator itself
$ oc create -f deploy/operator.yaml
Directories
¶
cmd
|
|
|
|
|
pkg
|
|
|
|
|
|
|
+k8s:deepcopy-gen=package +groupName=androidsdk.aerogear.org |
Click to show internal directories.
Click to hide internal directories.