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 12,407 public repositories matching this topic...
Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999
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
[Documentation] Adding precisely how to reference Kubernetes-CRD Middleware from other providers
Do you want to request a feature or report a bug?
Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.
Additional Details
There are many use-cases that come to mind:
- Using environment variables inside the d
Currently at 50.0%.
This would require moving from Get-WindowsOptionalFeature to HypervisorPresent, as mentioned here:
@gbraad mentioned that perhaps we should just call all of the checks here before trying to use the Hyper-V driver.
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
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
-
Updated
Apr 16, 2020 - Go
What kind of request is this (question/bug/enhancement/feature request):
Documentation update/enhancement
Other details that may be helpful:
The documentation for recurring snapshots does not include information about including a custom ca option you can use in the s3backupconfg. It w
Given the stable and incubator support plan and Deprecation Timeline, the community (chart OWNERS, organizations, groups or individuals who want to host charts) are moving charts to new Helm repos, and will list these new repos on the [Helm Hub]
I have setup an automated deployment of a k3s cluster in my home lab and encountered gaps in the documentation. An example would be the k3s helm documentation about the automatically deployed manifests located at the directory path /var/lib/rancher/k3s/server/manifests.
The documentation does not provide a link to the Rancher chart repository that is used by this automatic deployment service.
-
Updated
Apr 18, 2020 - JavaScript
This writing method in the com.alibaba.nacos.common.utils.getMD5(byte[] bytes) tool class of the server will lead to the generation of MD5 with length of 31 under specific conditions.But the com.alibaba.nacos.client.config.utils.getMD5String(String content) tool of the client does not find the problem at present, so it will cause the MD5 generated by the client and the server to be incons
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)
);
I am trying to run ltp(https://github.com/linux-test-project), while it seems to run fine with runc in the docker privileged mode. I am getting error when I do the same with runsc.
Basically, ltp needs access to /dev/kmsg which I enabled in runc by running it with --privileged f
Is there a way to explicitly disable a profile that may have been automatically activated?
Copied from briandealwis/cram#5: @student-06 asked
It would be great if we can supply auth creds for registry using parameters since it removes the dependency on credential helpers.
My exact use case is: We are setting up a CI system for UI projects, where we need to push docker images (without daemon) to a local registry which has auth.
/kind feature
Persona: Infrastructure Engineer
Control Plane Walkthrough:
- Install Kubeflow with (istio) KfDefs
- Install Kubeflow with dex - pending
- Configure / Get Istio IngressGateway endpoint
- Create profiles (w/ kubectl) #4725
- Create notebooks from user-namespace (w/ kubectl)
- Login (port-forward) into notebook as user
- Create TFJob (w/ kubec
-
Updated
Apr 23, 2020 - Makefile
What would you like to be added:
Enable Dynamic Persistent volume Provisioning for ceph rbd provisioner through adding "allowVolumeExpansion" parameter.
Why is this needed:
Dynamic Persistent volume Provisioning is necessary and ceph rbd support this.
What happened:
I logged in by running: tsh --proxy=teleport.corp.blablacar.com login.
My default browser Safari opened.
What you expected to happen:
Nothing (or at least an option to open a specific browser or no browser).
How to reproduce it (as minimally and precisely as possible):
Just run tsh --proxy=teleport.corp.blablacar.com login.
Environment:
- Teleport v
-
Updated
Apr 22, 2020 - C#
UI Git Repo URL accepts only http or https urls without port number.
Even ssh://git@git.p... is not accepted
Version
Client Version: v4.2.5
Server Version: 4.2.2
Kubernetes Version: v1.14.6+868bc38
Steps To Reproduce
- Add+ -> From Git, Add value to GIt Repo URL form field
- add any git http(s) that has port number
- add any ssh git url
Current Result
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
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
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 7 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia

What happened:
Using [GetValueFromIntOrPercent](https://github.com/kubernetes/apimachinery/blob/c76d55892e