зеркало из https://github.com/Azure/kubectl-aks.git
36 строки
1.4 KiB
YAML
36 строки
1.4 KiB
YAML
apiVersion: krew.googlecontainertools.github.com/v1alpha2
|
|
kind: Plugin
|
|
metadata:
|
|
name: az
|
|
spec:
|
|
version: {{ .TagName }}
|
|
homepage: https://github.com/Azure/kubectl-az
|
|
shortDescription: Interact with an AKS cluster
|
|
description: |
|
|
This plugin provides a set of commands that can be used to debug an AKS
|
|
cluster even when the cluster's control plane is not working correctly. For
|
|
instance, when the API server is having problems.
|
|
|
|
This plugin is not meant to replace az, but to complement it by providing
|
|
additional commands and, mainly, allowing users to have a kubectl-like
|
|
experience when working with an AKS cluster.
|
|
platforms:
|
|
- selector:
|
|
matchLabels:
|
|
os: linux
|
|
arch: amd64
|
|
{{addURIAndSha "https://github.com/Azure/kubectl-az/releases/download/{{ .TagName }}/kubectl-az-linux-amd64-{{ .TagName }}.tar.gz" .TagName }}
|
|
bin: kubectl-az
|
|
- selector:
|
|
matchLabels:
|
|
os: darwin
|
|
arch: amd64
|
|
{{addURIAndSha "https://github.com/Azure/kubectl-az/releases/download/{{ .TagName }}/kubectl-az-darwin-amd64-{{ .TagName }}.tar.gz" .TagName }}
|
|
bin: kubectl-az
|
|
- selector:
|
|
matchLabels:
|
|
os: windows
|
|
arch: amd64
|
|
{{addURIAndSha "https://github.com/Azure/kubectl-az/releases/download/{{ .TagName }}/kubectl-az-windows-amd64-{{ .TagName }}.tar.gz" .TagName }}
|
|
bin: kubectl-az
|