github Azure/azure-service-operator v2.0.0-alpha.0

latest releases: experimental, v2.11.0, v2.10.0...
pre-release3 years ago

First release of the v2.0.0-alpha series.

This version is unsupported. To try it out:

  1. Install cert-manager, follow step #1 in the old quickstart.
  2. Download the YAML file attached to this release and run kubectl apply -f <filename>.
  3. Create the appropriate secrets. Firstly, create a Service Principal according to step #3 in the old quickstart. After setting the appropriate environment variables, run:
    $ cat <<EOF | kubectl apply -f -
    apiVersion: v1
    kind: Secret
    metadata:
      name: aso-controller-settings
      namespace: azureoperator-system
    stringData:
      AZURE_SUBSCRIPTION_ID: "$AZURE_SUBSCRIPTION_ID"
      AZURE_TENANT_ID: "$AZURE_TENANT_ID"
      AZURE_CLIENT_ID: "$AZURE_CLIENT_ID"
      AZURE_CLIENT_SECRET: "$AZURE_CLIENT_SECRET"
    EOF

For further instructions, see the README.

Don't miss a new azure-service-operator release

NewReleases is sending notifications on new releases.