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 11,025 public repositories matching this topic...

Huang-Wei
Huang-Wei commented Jan 17, 2020

In our scheduler tests, we rely on a hard-coded instantiation of empty pluginSet for necessary extensionPoint. It'd be good to handle the instantiation dynamically, so every time we add a test, the author doesn't need to worry about whether the pluginSet for an extension point has been instantiated or not.

Here are some occurrences, but it would be good to search thoroughly:

⇒  ag
netdata
ilyam8
ilyam8 commented Jan 2, 2020

i see our bug template

<!---
When creating a bug report please:
- Verify first that your issue is not already reported on GitHub
- Test if the latest release and master branch are affected too.
- Provide a clear and concise description of what the bug is in "Bug report 
  summary" section.
- Try to provide as much information about your environment (OS distribution,
  running in con
istio
brian-avery
brian-avery commented Jan 14, 2020

Describe the feature request
We need to develop a test for the Kubernetes Services for Egress Traffic 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

medyagh
medyagh commented Jan 14, 2020

currently it keeps printing the first time someone looks at it, it looks a bit scary
specially with word errors repeating 4 times.

Status:	
	machine: minikube
	pid: 48635
	route: 10.96.0.0/12 -> 172.17.0.2
	minikube: Running
	services: [hello-minikube1]
    errors: 
		minikube: no errors
		router: no errors
		loadbalancer emulator: no errors

I purpose if there is no erro

stefankip
stefankip commented Nov 28, 2019

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

generator-jhipster
amatosg
amatosg commented Aug 8, 2019
Overview of the feature request

When having entities with many fields, having them in the entity-update.component.ts file could be tedious. Also, when coding side-by-side it will force me to duplicate my code for creating the form, updating the form and for creating the entity from form (those can be big methods).

**Motivation for or Use
davidnuzik
davidnuzik commented Jan 17, 2020

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

A-CiKe
A-CiKe commented Jan 8, 2020

Issue Description

Type: feature request

Describe what happened (or what feature you want)

In the service list, add a button in the operation bar to link to the corresponding subscriber details.

Describe what you expected to happen

How to reproduce it (as minimally and precisely as possible)

Tell us your environment

nacos 1.1.3

Anything else we ne

vjtm
vjtm commented Oct 30, 2019

What would you like to be added:
Support for deploying vSphere storage Container Storage Interface (CSI).
It' GA already.

https://github.com/kubernetes-sigs/vsphere-csi-driver
https://cloud-provider-vsphere.sigs.k8s.io/

It requires vSphere 6.7u3+

Why is this needed:

  • The in-tree cloud provider for vSphere is deprecated.
  • The CSI is the standard way to implement the Storage
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

howardjohn
howardjohn commented Dec 10, 2019

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:
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

emg2012-emg
emg2012-emg commented Oct 28, 2019

环境

版本和配置信息

[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
dhrp
dhrp commented Jul 18, 2019

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 5 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.