-
Updated
Feb 22, 2022 - Go
k8s
Kubernetes (commonly referred to as "K8s") is an open source system for automating deployment, scaling and management of containerized applications originally designed by Google and donated to the Cloud Native Computing Foundation. It aims to provide a "platform for automating deployment, scaling, and operations of application containers across clusters of hosts". It supports a range of container tools, including Docker.
Here are 4,157 public repositories matching this topic...
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Feb 25, 2022 - Go
Summary
Add support for setting custom HTTP headers to argo CLI, similar to argocd -H, --header.
Use Cases
When Argo Workflows is configured behind IAP proxy like Cloudflare Access, we need to set a custom header with key cf-access-token and the actual token as a value.
Otherwise, when we execute argo list, we face the following error:
FATA[2022-02-23T22:38:56.530Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
-
Updated
Jan 14, 2022 - Java
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
I've been playing around with microk8s quite a bit lately and I really like how simple you've made it to get a multi-node cluster up and running. I'm running it on a 5-node RPi4 cluster and it works great. I'm using this cluster as a bit of a test bed for different ideas, one of which is reliability when nodes fail.
I'm using Longhorn to provide a distributed storage so
-
Updated
Feb 25, 2022 - Go
Link to the issue (please include a link to the specific documentation or example):
https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1ServicePort.md
Description of the issue (please include outputs or screenshots if possible):
The documentation of the V1ServicePort defines target_port type as object. The link on the word object links is broken so the audience c
-
Updated
Feb 25, 2022 - Go
Expected Behaviour
Change the default cron spec in --etcd-snapshot-schedule-cron (default: "0 */12 * * *"):
--k3s-extra-args '--etcd-snapshot-schedule-cron * * * * *'
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/gitkub-
Updated
Feb 25, 2022 - Go
-
Updated
Sep 29, 2021 - Shell
-
Updated
Feb 15, 2022 - Go
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
Found a strange behavior on netclient and found the following codes in netclient/wireguard/common.go
if keepAliveString == "0" {
keepAliveString = "15"
}
Anyone knows why we are doing this?
IMO, Netclient should not decide what the value is, but follow the instructions from the server (otherwise what is the propose to having a server).
Also I found the keepalive value in
-
Updated
Feb 24, 2022 - Python
-
Updated
Feb 25, 2022 - Go
Support Linux brew
-
Updated
Feb 25, 2022 - Go
Expected Behaviour
When using K8s 1.22 and newer, use the new namespace for ingress, for older use the deprecated API (apiVersion: extensions/v1beta1)
Several apps gener
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 9 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia


Is your feature request related to a problem? Please describe.
Logs are shown in UTC. IT is frustrating when trying to troubleshoot an issue and need to keep converting timestamps to determine which logs are relevant.
**Describe the sol