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 16,385 public repositories matching this topic...

thockin
thockin commented Feb 11, 2021

Inspired by #98726

There are a lot of tests (pkg/apis/networking/validation/validation_test.go in that PR) that have tables of structures like Service or NetworkPolicy, where the struct has to be complete enough (e.g. to pass validation) but each test-case only modifies one tiny section of the otherwise boilerplate struct.

The result is a LOT of noise which makes the actual differences hard

netdata
medyagh
medyagh commented Feb 12, 2021

here we confuse the user with two things

You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.
and

😿 Failed to start ssh bare metal machine. Running "minikube delete -p foo" may fix it: config: please provide an IP address

we should had sticked with first advice

drewpca(pts/0):~% minikube start -p foo --memory 6GB
😄  [foo] m
stevebail
stevebail commented Jul 10, 2019

Helm documentation states the following:
-1) (k8s) metadata.name is restricted to a maximum length of 63 characters because of limitations to the DNS system
-2) For that reasons, release names are (DNS labels that are) limited to 53 characters

Statement 1) is not correct.
k8s does not impose a max length of 63 characters on resource names.
The actual max length for a resource name is 253 c

hakman
hakman commented Oct 27, 2020

1. Describe IN DETAIL the feature/behavior/change you would like to see.

Using AWS GovCloud is a bit different from the regular AWS.
https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md

2. Feel free to provide a design supporting your feature request.

Kops v1.18.2 improves the support for AWS GovCloud and should work without any additional tweaks, except for

seaweedfs

SeaweedFS is a distributed object store and file system to store and serve billions of files fast! Object store has O(1) disk seek, transparent cloud integration. Filer supports cross-cluster active-active replication, Kubernetes, POSIX, S3 API, encryption, Erasure Coding for warm storage, FUSE mount, Hadoop, WebDAV.

  • Updated Feb 14, 2021
  • Go
sougou
sougou commented Nov 22, 2020

Problem Statement

There are users who would like to secure the http port exported by the vitess servers with TLS. However, some of the health check and monitoring URLs (like /debug/vars) still need to be accessed without TLS. For example, Kubernetes prefers the health check URLs to not require TLS.

We require the ability to specify a separate (optional) TLS http port, and the ability to s

verdaccio
pusherman
pusherman commented Jun 17, 2020

https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines

type AuthAccessCallback = (error: string | null, access: boolean) => void;

interface IPluginAuth<T> extends IPlugin<T> {
  authenticate(user: string, password: string, cb: AuthCallback): void;
  adduser?(user: string, password: string, cb: AuthCallback): void;
  changePassword?(user: string, password: stri
gioppoluca
gioppoluca commented Feb 11, 2021

This is a request for implementing the --post-render flag in helm to be able to execute things like:
helm install mychart stable/wordpress --post-renderer ./path/to/executable
In particular the aim is to use kustomize as a followup of the helm.

Expected behavior

a key to be added to the helm's deploy

Actual behavior

No such option

Information

  • Skaffold version: NA
gvisor
EugenDueck
EugenDueck commented Oct 9, 2020

I want to use the "ecr-login" credHelper for both from and to, but I need to use different environment variables (AWS_PROFILE in my case), because the IAM is different in each case. If it is possible somehow, I would like to know, and if not, I would like to request this feature (just like e.g. environment can be set for dockerClient).

As a workaround, I will now try to run the credHe

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

omerozery
omerozery commented Feb 4, 2021

NGINX Ingress controller version: 0.44.0

NGINX Ingress controller Helm Chart version: 3.23.0

Kubernetes version: v1.20.2

Environment:

  • Cloud provider or hardware configuration: AWS
  • OS: CentOS Linux release 7.7.1908 (Core)
  • Kernel: 3.10.0-1160.11.1.el7.x86_64

What happened:
when trying to deploy this chart using the following:

helm repo 

Created by @jbeda, @brendandburns, and @craigmcl

Released July 21, 2015

Latest release about 1 month ago

Repository
kubernetes/kubernetes
Website
kubernetes.io
Wikipedia
Wikipedia

Related Topics

cloud-native containers devops