mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-05-23 05:55:52 +00:00
Replace cdn.dl.k8s.io with dl.k8s.io (#227) (#228)
Some checks failed
Run prettify / Prettier Check (push) Has been cancelled
Run unit tests. / build (push) Has been cancelled
Integration test for setup-kubectl / Validate release and master branch (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Some checks failed
Run prettify / Prettier Check (push) Has been cancelled
Run unit tests. / build (push) Has been cancelled
Integration test for setup-kubectl / Validate release and master branch (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
The cdn.dl.k8s.io domain is no longer available. Switch all download URLs back to dl.k8s.io.
This commit is contained in:
parent
8fd7ec08ee
commit
ef7e8f900a
3 changed files with 10 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ import {
|
|||
|
||||
const kubectlToolName = 'kubectl'
|
||||
const stableKubectlVersion = 'v1.15.0'
|
||||
const stableVersionUrl = 'https://cdn.dl.k8s.io/release/stable.txt'
|
||||
const stableVersionUrl = 'https://dl.k8s.io/release/stable.txt'
|
||||
|
||||
export async function run() {
|
||||
let version = core.getInput('version', {required: true})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue