kubetest2-aks

command module
v0.0.0-...-f39663f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

README

kubetest2-aks

Kubetest2-aks is a kubetest2 deployer for Azure Kubernetes Service clusters.

Installation

To install core and all deployers and testers: GO111MODULE=on go get sigs.k8s.io/kubetest2/...@latest

To install the AKS deployer: GO111MODULE=on go get github.com/juan-lee/kubetest2-aks@latest

Usage

An example run of the Ginkgo conformance suite on AKS looks as follows:

# authenticate
az login

# create resource group
az group create --location westus --name test-clusters

# run conformance
kubetest2 aks -v 2 \
  --resource-group test-clusters \
  --template ./templates/cluster.bicep \
  --up \
  --down \
  --test=ginkgo \
  -- \
  --focus-regex='\[Conformance\]'

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL