Skip to content

Commit

Permalink
Merge pull request #4109 from aquaproj/feat/kops-windows
Browse files Browse the repository at this point in the history
feat(kubernetes/kops): windows support
  • Loading branch information
suzuki-shunsuke committed Jun 16, 2022
2 parents 9b0dabe + aab0552 commit b14a115
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkgs/kubernetes/kops/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ packages:
- type: github_release
repo_owner: kubernetes
repo_name: kops
asset: "kops-{{.OS}}-{{.Arch}}"
description: Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
complete_windows_exe: false
supported_if: not (GOOS == "windows" and GOARCH == "arm64")
asset: "kops-{{.OS}}-{{.Arch}}"
2 changes: 2 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5410,9 +5410,11 @@
},
{
"asset": "kops-{{.OS}}-{{.Arch}}",
"complete_windows_exe": false,
"description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management",
"repo_name": "kops",
"repo_owner": "kubernetes",
"supported_if": "not (GOOS == \"windows\" and GOARCH == \"arm64\")",
"type": "github_release"
},
{
Expand Down
4 changes: 3 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3599,8 +3599,10 @@ packages:
- type: github_release
repo_owner: kubernetes
repo_name: kops
asset: "kops-{{.OS}}-{{.Arch}}"
description: Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
complete_windows_exe: false
supported_if: not (GOOS == "windows" and GOARCH == "arm64")
asset: "kops-{{.OS}}-{{.Arch}}"
- name: kubernetes/kubectl
type: http
repo_owner: kubernetes
Expand Down

0 comments on commit b14a115

Please sign in to comment.