k8s
Here are 3,327 public repositories matching this topic...
-
Updated
Feb 16, 2021 - Go
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Feb 18, 2021 - Go
Local PV (device) provisioner leaves a stale BDC in the following case:
- On PVC request, creates a BDC
- If the system doesn't have a matching BD, then PVC request keeps retrying, and so does the NDM operator that keeps retrying
- Now if the user deletes the PVC, then Local PV (device) provisioner doesn't get the trigger to process delete, as there was no PVC.
This causes the stale BDC
Starting point: a default, single-node microk8s installation (snap install microk8s --classic --channel=1.19) with several deployments installed through GitLab integration, including database pods with persistent volumes (storage addon).
Running microk8s disable ha-cluster deletes all deployments, all services, all pods, and all persistent volumes without any warning. Everything is gone
Add a test sending (e.g. config map) patches through the same API using:
- JSON patch
- Strategic merge patch
make sure the API client is able to set the content type properly according to the request body, and the patches are applied successfully.
Hi,
It seems like naming a remote is subject to certain limitations as groupadd is executed (potentially 32chars?).
Example
apiVersion: gitkube.sh/v1alpha1
kind: Remote
metadata:
name: app-remote
namespace: my-really-really-really-long-nsk logs po/gitkubcentos 8.x 支持计划
centos 8.2 已经发布了,想了解下对 centos 8.x 的支持计划大概是怎样的,谢谢。
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac
-
Updated
Feb 10, 2021
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 8, 2021 - Go
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 17, 2021 - Go
-
Updated
Dec 31, 2020
Hi,
This is a useful tool for any DevOps/SRE teams managing K8S clusters and apps.
One question though, will this be able to detect changes to Secrets stored in an external store like the GoDday one or the HashiCorp Vault.
thanks,
KK
-
Updated
Feb 17, 2021 - Go
-
Updated
Feb 17, 2021 - Go
fx access HTTP endpoint of docker engine to do image build and container run, but currently fx make docker endpoint to support HTTP with "socat" with docker run https://github.com/metrue/fx/blob/master/provisioner/darwin/darwin.go#L18, it'd would be great to migrate it to Go.
The buildkit (client) and buildkitd (builder daemon) can both be used with faasd or k3s hosts for building images without installing Docker onto the machine.
There is a tar that can be downloaded like we do with inletsctl, however, we need to make sure we extract both binaries. I'm fairly sure that this will "just work"
See more:
NOTE: GitHub issues are reserved for bug reports only.
For anything else, please join the conversation
in Kong Nation https://discuss.konghq.com/c/kubernetes.
-
Updated
Mar 30, 2020 - CSS
Cloudprober supports building additional metrics (other than the default ones) from external probe output. We could possible do the same for HTTP probe.
Improve this page
Add a description, image, and links to the k8s topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the k8s topic, visit your repo's landing page and select "manage topics."
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour