Skip to content
#

Kubernetes

kubernetes logo

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 10,746 public repositories matching this topic...

netdata
ilyam8
ilyam8 commented May 29, 2019

The PR is #4008

Last time I tried to get this working, the issue was with getting python.d
to properly load the Yoctopuce modules. As far as I could tell at the time, the dynamic import thing works, it's just an issue with getting Python to properly import modules that aren't in system.path, but I didn't look very deep beyond that. Part of the problem there is that the Yoctopuce Python

rkd-msw
rkd-msw commented Apr 18, 2019

I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with ECDHE-RSA-AES256-GCM-SHA384 despite --cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 being set.

$ pgrep -laf /usr/bin/etcd
21968 /usr/bin/etcd --listen-client-urls https://0.0.0.0:4000 --adv
traefik
istio
bjkowalski
bjkowalski commented Nov 5, 2019

I am running minikube version v1.5.2.

I discovered that if I specify an undefined "namespace" with the namespace option on the service command an error is reported but there is also a message that says "mini9kube crashed".

The exact command to reproduce the issue:
minikube service newservice -n unknown --url

The full output of the command that failed:


$ minikube ser

generator-jhipster
gregkeys
gregkeys commented Oct 25, 2019

What kind of request is this (question/bug/enhancement/feature request):
Bug

Steps to reproduce (least amount of steps as possible):

  1. create a namespace
  2. enable istio sidecar injection for the namespace
    3, deploy a job

Result:
job status success results in an error and envoy container continues to run as sidecar to the job

Environment information

  • Rancher versio
yevgenypats
yevgenypats commented Aug 16, 2019

Hi, I'm Yevgeny Pats Founder of Fuzzit - Continuous fuzzing as a service platform.

We have a free plan for OSS and I would be happy to contribute a PR if that's interesting.
The PR will include the following

  • go-fuzz fuzzers (This is generic step not-connected to fuzzit)
  • Continuous Fuzzing of master branch which will generate new
mrmassis
mrmassis commented Nov 25, 2019

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

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

bogdandrutu
bogdandrutu commented Jan 30, 2019

Part of the deployment as the first service deployed we should add the opencensus kubernets-operator (see https://github.com/census-ecosystem/kubernetes-operator) (look for some of the PRs for more instructions on how to build/deploy).

This is important to ensure the right resources are associated with the exported metrics/traces (one of the critical label is the container_name which is not ava

jmolmo
jmolmo commented Dec 4, 2019

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

Liyankuan
Liyankuan commented Jan 2, 2019

麻烦指导,谢谢
版本和配置信息

ubuntu@vm-1-10-ubuntu:~$ kubectl version 
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCom

Created by @jbeda, @brendandburns, and @craigmcl

Released July 21, 2015

Latest release 16 days ago

Repository
kubernetes/kubernetes
Website
kubernetes.io
Wikipedia
Wikipedia

Related Topics

cloud-native containers devops
You can’t perform that action at this time.