acs-engine/extensions/hello-world-k8s
Cecile Robert-Michon 884e8b97cf Update apiversion to make it consistent in k8s templates (#3909) 2018-10-12 14:33:49 -07:00
..
v1 Update apiversion to make it consistent in k8s templates (#3909) 2018-10-12 14:33:49 -07:00
README.md Rob bagby extension support (#1358) 2017-08-30 16:11:05 -07:00

README.md

hello-world-k8s Extension

Currently doesn't work

Sample hello-world extension. Calls the following on the master:

 kubectl run hello-world --quiet --image=busybox --restart=OnFailure -- echo "Hello Kubernetes!"

You can validate that the extension was run by running:

kubectl get pods --show-all
kubectl logs <name from kubectl get pods>

Configuration

Name Required Acceptable Value
name yes hello-world-k8s
version yes v1
extensionParameters no
rootURL optional

Example

{ "name": "hello-world-k8s", "version": "v1" }

Supported Orchestrators

Kubernetes