k8s
Here are 3,040 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
As a user I often update apps by simply changing their image tag... edit the yaml is a tedious task.
Describe the solution you'd like
I would love to see a quick set im
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 9, 2020 - Go
Deploying microk8s on an environment that does not allow access to public domain servers I discovered that the DNS add on is deploying coredns configured with google dns servers hard coded as the default forwarders. It would seem a better option would be to use the hosts DNS configuration rather than a public server that may or may not be allowed on the system.
Referencing https://kubernetes.io
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/gitkubAdd 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.
希望备份存储增加本地存储方案
目前备份存储只支持oss,s3,azure三种云端存储方案,希望增加本地存储方案(Ceph,nfs,nas)
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
-
Updated
Oct 9, 2020
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 7, 2020 - Go
-
Updated
Oct 12, 2020 - Go
-
Updated
Sep 28, 2020
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 9, 2020 - Go
-
Updated
Oct 5, 2020 - 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.
-
Updated
Mar 30, 2020 - CSS
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.
Summary
As specified here, images on bintray should follow have an architecture appended to them:
https://github.com/Kong/kong/blob/master/CHANGELOG.md
Currently only amd64 is available.
Kong proxy does but the
Cloudprober supports building additional metrics (other than the default ones) from external probe output. We could possible do the same for HTTP probe.
-
Updated
Sep 3, 2020 - Batchfile
We need to move apps over to using the new app style.
We should migrate Nginx app over
https://github.com/alexellis/arkade/blob/master/cmd/apps/nginx_app.go
to use the style in https://github.com/alexellis/arkade/blob/master/pkg/apps/chart_app.go as per https://github.com/alexellis/arkade/blob/master/cmd/apps/loki_app.go
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