k8s
Here are 3,260 public repositories matching this topic...
-
Updated
Jan 13, 2021 - Go
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 21, 2021 - Go
Feature Description
Kubersphere integrate the velero based on the k8s CRD extensions
How does it work
It's like monitoring component
It looks like microk8s is shipping 0.13 (long unsupported): https://github.com/ubuntu/microk8s/blob/2088de9c95abdc59c1428e5acf127ff758c33f5a/build-scripts/set-env-variables.sh#L16
We'll be cutting 0.20 in roughly a week, and our supported version range will be 0.17-0.20 (currently 0.16 is the oldest supported version).
This recently came up in K8s slack #knative because users were trying to
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-ns
k logs po/gitkub
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.
centos 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
Jan 8, 2021
-
Updated
Jan 21, 2021 - Go
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 18, 2021 - Python
-
Updated
Jan 20, 2021 - Go
-
Updated
Dec 31, 2020
It would be nice to include k8s liveness and readiness probes support.
-
Updated
Jan 21, 2021 - Go
-
Updated
Jan 21, 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:
We have upgrade the Kong Ingress controller from version 0.8.1 to 1.0.0, and we see some difference in error reporting for non found plugin info.
Version 0.8.1
E0107 21:02:23.092573 1 parser.go:1331] fetching KongPlugin 'tme-ns-cms-uat/oidc-auth-acc': no KongPlugin or KongClusterPlugin was found
Version 1.0.0
time="2021-01-07T21:04:29Z" level=error msg="failed to fetch KongPlugi
-
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