setup-kubectl icon indicating copy to clipboard operation
setup-kubectl copied to clipboard

GitHub Action for installing Kubectl

Results 13 setup-kubectl issues
Sort by recently updated
recently updated
newest added

### What happened? I am using setup-kubectl on a self-hosted Ubuntu server 22.04 AWS AMI based runner. When a kubectl command is issued as an example below it gives this...

bug
idle

I'm using ``` - name: Install kubectl uses: azure/setup-kubectl@v3 ``` When I run a script with `kubectl get nodes` I get ``` E0913 16:38:36.754158 2214 memcache.go:265] couldn't get current server...

need-to-triage
idle

### What happened? I'm running the following step on my github workflow and got an error telling that the version '1.28.2' for 'amd64' was not found. ``` - name: install...

bug
idle

This action seems neat and I thought it would be nice to be able to get kubectl on my runners conveniently

idle
waiting-for-customer

Bumps [ws](https://github.com/websockets/ws) from 7.5.8 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...

dependencies

### Feature request When running this action, a warning is shown: ``` The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more...

### Feature request It might be useful for this GitHub Action to automatically select the latest patch release based on a major/minor provided. E.g., providing `v1.27` or `1.27` as a...

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update...

dependencies

Bumps the actions group with 4 updates in the / directory: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@vercel/ncc](https://github.com/vercel/ncc) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/jest` from 29.5.12 to 29.5.13 Commits See full diff in compare view Updates...

dependencies
javascript

https://github.com/Azure/setup-kubectl/releases/tag/vv4.0.0 ~Can you make a tag and release without the extra `v`?~ I think this is supposed to be `v4.0.1`? https://github.com/Azure/setup-kubectl/compare/3e0aec4d80787158d308d7b364cb1b702e7feb7f..0c5e050edfed71b2b50731ab044d42489d51c129

need-to-triage