Skip to content
kubernetes logo

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 9,880 public repositories matching this topic...

netdata
cakrit
cakrit commented May 15, 2019

@cakrit I just got the following response:

Thanks for getting in touch about this. Unfortunately, I'm afraid that the issue is due to the fact that app incoming webhooks cannot be overridden to send to specific channels.

For this use case where you need to be able to send messages to different channels, it would be better not to use an app incoming webhook because those are restricted

traefik
istio
sdake
sdake commented Oct 4, 2019

(This is used to request new product features, please visit https://discuss.istio.io for questions on using Istio)

Describe the feature request
Intermediate CAs must be manually generated. The manual process is not easy requiring many manual error-prone steps. It took me about 2 hours to get through the instructions the first time and the results were not correct. I had it down to abo

medyagh
medyagh commented Sep 25, 2019

We have a python script that checks if there is license boilerplate in every file in the repo.
that was initially copied from kuberntes project.

https://github.com/kubernetes/minikube/blob/master/hack/boilerplate/boilerplate.py

we need to get rid of it, because it would be nicer to have everything in go.
also reduce the dependency installation during each build / PR. currently we have to

generator-jhipster
atomfrede
atomfrede commented Sep 21, 2019
Overview of the feature request

We should add the spring no-http plugin to make sure we (and our users) do not use http repositories by accident in maven or gradle builds. If it works well we can extend the use to e.g. production code.

I will take care of it. It worked pretty well for gradle but there were some problems with the maven checkstyle integration.

**Motivation f
davidnuzik
davidnuzik commented Oct 2, 2019

We need to ensure that our documentation clearly states any/all pre-requisites for a node (VM).

For example:

  • Hostnames cannot be duplicated, some providers (e.g. Linode) may create machines with just "localhost" as the hostname. If this is the case you must pass the --node-name or $K3S_NODE_NAME env var with the curl script and specify a unique node name.
  • Just like with k8s (https://k
morgo
morgo commented Sep 13, 2019

Feature Description

If I accidentally speak HTTP to the vtgate server's MySQL port, I will receive an error as follows:

E0913 16:24:17.447452   14972 server.go:299] Cannot read client handshake response from client 5 (127.0.0.1:39986): Code: INTERNAL
invalid sequence, expected 1 got 32

Note that this is an error, not a warning/info.

Use Case(s)

Some naive

priyawadhwa
priyawadhwa commented Sep 26, 2019

Current output:

Checking cache...
 - gcr.io/priya-wadhwa/redis: Found. Pushing
The push refers to repository [gcr.io/priya-wadhwa/redis]

Expected Output;

Checking cache...
 - gcr.io/priya-wadhwa/redis: Found Locally. Pushing
The push refers to repository [gcr.io/priya-wadhwa/redis]

or, if exists remotely,

Checking cache...
 - gcr.io/priya-wadhwa/redis: Fou
sermilrod
sermilrod commented May 19, 2017

FEATURE REQUEST:
Hi,

I see that there is nothing in the kargo repo related to docker login stuff and more precisely nothing about the ability to make kubernetes pull images from private registries such as ECR.

I have a solution for this that currently works for ECR and CoreOS and that could be extended to different registries solutions (azure one, custom private registry on premi

loomlike
loomlike commented Apr 15, 2019

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

aledbf
aledbf commented Aug 10, 2018

HELP nginx_ingress_controller_bytes_sent The the number of bytes sent to a client
TYPE nginx_ingress_controller_bytes_sent histogram

Labels:

  • controller_class
  • controller_namespace
  • controller_pod
  • host
  • ingress
  • method
  • namespace
  • path
  • service
  • status

HELP nginx_ingress_controller_config_hash Running configuration hash actually running
TYPE ngi

AmitKumarDas
AmitKumarDas commented Aug 11, 2019

This issue captures the slack conversations w.r.t inability of NDM to discover certain disks.

Hello all,
I continue my journey to understand openebs storage.
Reading the documentation regarding the cStor I added 8 * 32G disks to each nodes in my cluster. Actually there's 3 nodes in my cluster so I assume that I will seen 8 * 3 = 24 blockdevices in my clusters. But there's only 8:

You can’t perform that action at this time.