This commit is contained in:
Qasim Sarfraz 2023-04-26 11:30:11 +02:00
Родитель 777262545c
Коммит 6636cd9722
3 изменённых файлов: 4 добавлений и 4 удалений

2
.github/workflows/kubectl-aks.yml поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
name: Microsoft AKS CLI kubectl plugin CI
name: Azure Kubernetes Service kubectl plugin CI
env:
GO_VERSION: 1.17 # TODO: Update
AZURE_PREFIX: kubectl-aks-ci

Просмотреть файл

@ -1,4 +1,4 @@
# Microsoft Azure Kubernetes Service (AKS) CLI kubectl plugin
# Azure Kubernetes Service (AKS) kubectl plugin
`kubectl-aks` is a `kubectl` plugin that provides a set of commands that can be
used to debug an AKS cluster even when the cluster's control plane is not
@ -61,7 +61,7 @@ kubectl aks version
```bash
$ kubectl aks --help
Microsoft AKS CLI kubectl plugin
Azure Kubernetes Service (AKS) kubectl plugin
Usage:
kubectl-aks [command]

Просмотреть файл

@ -15,7 +15,7 @@ var commonFlags utils.CommonFlags
var rootCmd = &cobra.Command{
Use: "kubectl-aks",
Short: "Microsoft AKS CLI kubectl plugin",
Short: "Azure Kubernetes Service (AKS) kubectl plugin",
}
func Execute() {