Kubernetes
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 11,127 public repositories matching this topic...
Bug report summary
After yesterday's incident, that we come to realise approved and merged code was corrupting the registry APIs, we prioritised the introduction of validations for the registry API on our CI, to block faulty PRs from going into our master branch
OS / Environment
Any
Netdata version (ouput of netdata -V)
Latest
Component
There is a document describing how to migrate an existing etcd cluster from HTTP communication to encrypted HTTPS.
The document uses v2-based CLI, some of those commands have different args or output format in their v3 equivalent, and some of them (like etcdctl cluster-health) doesn't seem to exist in v3. The documen
Do you want to request a feature or report a bug?
Describe the feature request
We need to develop a test for the Plugging in External CA Key and Certificate task in order to provide automated testing of the Istio.io website for future releases.
Example tests and the documentation for the framework can be found here: https://github.com/istio/istio/tree/maste
minikube can't pull image from private repository despite a working docker config containing valid auth information. Reason: access denied. A minikube ssh 'docker pull my-registry.foo.bar/my/private/image:latest' works as expected
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
Learn and understand Docker technologies, with real DevOps practice!
-
Updated
Jan 29, 2020 - Go
I had some issues and talked on the slack channel with @hickeyma.
In the end the problem was me, not understanding the helm chart name and the release name.
So I had the following situation:
I didn't know in the beginning that the release name had to be unique within a namespace. I used the helm chart name as component name (copy, content, seo, orders etc.) and the release name initial for
Overview of the feature request
Have a new needle in the server subgenerator for adding new log level configuration.
Motivation for or Use Case
hipster-labs/generator-jhipster-entity-audit#62 is a good example for the need.
Related issues or PR
**What kind of request is this (question/bug/enhan
Describe the bug
Mismatch between the unit formatting for prometheus.prometheusSpec.retentionSize and the official Prometheus doc.
Which chart:
stable/prometheus-operator
What happened:
The description of the prometheus.prometheusSpec.retentionSize in the README give 50GiB as an example, where
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Jan 29, 2020 - JavaScript
Opened via rancher/docs#2178 we use rancher/k3s for tracking docs currently as it's easier to manage on our boards.
What exactly does disable network policy do? From a user standpoint, I don’t see any docs on what the network policy is to begin with (google “k3s network policy” or search the docs page). So, I'm not not sure what is being disabled when I use the `--disa
Issue Description
Type: feature request
Describe what happened (or what feature you want)
On the service details page, click the return page, and the entered search criteria disappear. You need to re-enter the search criteria every time you return to view the service details.
Describe what you expected to happen
Return to previous page to keep query criteria.
How t
This issue is to support the following netdevice ioctls.
SIOCGIFMAP
SIOCGIFTXQLEN
SIOCGIFDSTADDR
SIOCGIFBRDADDR
Feature Description
When creating a table in MySQL, a number of check constraints can be added.
CREATE TABLE t1
(
CHECK (c1 <> c2),
c1 INT CHECK (c1 > 10),
c2 INT CONSTRAINT c2_positive CHECK (c2 > 0),
c3 INT CHECK (c3 < 100),
CONSTRAINT c1_nonzero CHECK (c1 <> 0),
CHECK (c1 > c3)
);
Expected behavior
Sample app deployed to GKE cluster
Actual behavior
1.FATA[0011] reading manifests: kubectl create: Running [kubectl --context create --dry-run -oyaml -f k8s-pod.yaml]: stdout , stderr: Unable to connect to the server: net/ht
Hi.
To be able to use jib-core on environments where there is no Docker CLI installed, or programmatically (e.g. with Testcontainers), it would be helpful to be able to provide a custom implementation of DockerClient that will be using the REST API, for instance.
It seems to me that the interface will have the following methods:
- `load(ImageTarball, Cons
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
Flatcar Support
Hi everyone,
I working in Federal Service of Data Process in Brasil. Now, Im using the CoreOS as base Kubernete OS, but recently I receive a demand to migration from CoreOs to other OS with suporte eBPF. In this context, the Flatcar was selected. However, i use the kubespray to deploy automatization.
My question is simple: The kubespray has support to Flatacar OS?
Tkz
A curated list for awesome kubernetes sources :ship::tada:
-
Updated
Jan 28, 2020 - Makefile
The first few Google results for OpenShift alert documentation point to https://docs.openshift.com/online/dev_guide/notifications.html , which is now a dead link.
Please help Google point results to the right link, such as by redirecting from this URL to a valid one.
Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o
The deployment installs two services, frontend and frontend-external. Do we need to have two? Can we just have a single load balancer service?
Otherwise the logs of pilot show
"pilot_conflict_inbound_listener": {
"frontend-b64f4c9bb-jt4k6.micro": {
"proxy": "frontend-b64f4c9bb-jt4k6.micro",
"message": "Conflicting inbound listener:
https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#mirror
Should be something like https://gist.github.com/aledbf/48237bd5d2dd23df4b9a2cf83d28d228, mirroring the traffic to an external site.
Is this a bug report or feature request?
- Feature Request
What should the feature do:
Create a new document to explain the different settiong and options available in the Operator CRD
What is use case behind this feature:
We do not have this document, and although we have most of the things explained in the CRD file, it could be interesting to have this information also as a
环境
版本和配置信息
[root@master1 traefik]# cat traefik-ingress-lb.yaml
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: traefik-ingress-lb
namespace: kube-system
labels:
k8s-app: traefik-ingress-lb
spec:
template:
metadata:
labels:
k8s-app: traefik-ingress-lb
name: traefik-ingress-lb
spec:
terminationGracePeriodS
I love kubectx and kubens ! -- It saves me a ton of time, and I've been using it for a long time already.
Now there is also a new kid on the block. "Krew" https://github.com/kubernetes-sigs/krew. Krew is a plugin manager for kubectl and kubectx and kubens are excellent candidates for it.
Since kubectx and kubens work well, and are well tested I think it's worth porting them to this plugin sy
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 10 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
This issue was reported in the Kubernetes Security Audit Report
Description
The strconv.Atoi function parses an int - a machine dependent integer type, which, for 64-bit targets will be int64. There are places throughout the codebase where the result returned from strconv.Atoi