aerogear-attic / android-sdk-operator

Android SDK kubernetes operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Andrdoid SDK Operator

Android SDK operator that watches changes in a configmap object to install/remove Android SDK packages in a Persistent Volume.

Project Info
License: Apache License, Version 2.0
Google Group: https://groups.google.com/forum/#!forum/aerogear
IRC #aerogear channel in the freenode network.

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

About

Android SDK kubernetes operator

License:Apache License 2.0


Languages

Language:Go 87.6%Language:Shell 8.1%Language:Makefile 3.4%Language:Dockerfile 1.0%