-
Updated
Apr 26, 2021 - Shell
eks
Here are 565 public repositories matching this topic...
Location
- Browser
- CLI
- API
- Documentation
Motivation
Connecting to AWS RDS is complicated without a step-by-step guide unique to Porter.
Requirements
- Document how to set up the RDS instance if it doesn't exist.
- Document how to connect to the RDS instance from the same VPC.
- Document how to configure VPC peering if an RDS instance already exist
PR o'clock
Description
Resolves #774
The change is intended to improve the ability to manage worker groups using maps. Which should allow to more flexibly add/remove worker groups (improve this: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#how-do-i-safely-remove-old-worker-groups).
The change includes suggested in #774 changes which include:
-
Updated
Jun 18, 2021 - C++
-
Updated
Jun 22, 2021 - Shell
The logs in info mode should state the reason for cordoning/termination.
-
Updated
May 6, 2021 - Python
-
Updated
Feb 25, 2021 - Shell
-
Updated
Jun 19, 2020 - Dockerfile
-
Updated
Nov 21, 2019 - Python
-
Updated
Jun 15, 2021 - HCL
LDAP SSO testing
-
Updated
Apr 21, 2021 - HTML
-
Updated
Jun 21, 2021 - PHP
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 9, 2021 - Go
-
Updated
Jul 20, 2019
-
Updated
Jun 10, 2021 - HCL
-
Updated
Jun 22, 2021 - Python
-
Updated
Jun 21, 2021 - Go
Some log entries are using V(1) but still get emitted by default.
We should have a way to mute debug logs using a flag.
-
Updated
Jun 22, 2021 - Mustache
-
Updated
Jun 2, 2021 - HCL
-
Updated
Nov 20, 2019 - Go
There should be a way to get a kubeconfig for eks clusters that already exist.
Similar to this PR for GCP: https://gist.github.com/geekflyer/b78adab2667d8526a1dd593bc5c844bf#file-gke-ts-L33-L66
-
Updated
Jun 13, 2021 - HCL
-
Updated
Mar 7, 2021 - Python
-
Updated
May 19, 2021 - Ruby
Improve this page
Add a description, image, and links to the eks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eks topic, visit your repo's landing page and select "manage topics."
What were you trying to accomplish?
Upgrade kube-proxy.
What happened?
kube-proxy is being downgraded
kube-proxy:v1.20.4-eksbuild.2->kube-proxy:v1.20.4-eksbuild.1This is because of hardcoded value in kube_proxy.go:
https://github.com/weaveworks/eksctl/blob/8c022c9b8d124e9a2fdb7a09820e5a5ffec529d4/pkg/addons/default/kube_proxy.go#L159
How to reproduce it?