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 401 public repositories matching this topic...

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
garden
fulaphex
fulaphex commented Oct 22, 2020

Bug

Current Behavior

garden build will hang indefinitely if there is an empty submodule in the project. Running garden build -l 5 shows a loop with of two git commands being executed (http://ix.io/2BFN)

Reproducible example

git clone https://github.com/fulaphex/foo.git
cd foo
garden build -l 5

Workaround

pull your submodules before running `garden

carljmosca
carljmosca commented Nov 22, 2019

Is it the intent that shift-home should move the cursor to the start of the line on MacOS? This behavior seems to be gone from zsh as opposed to bash so perhaps it's no longer expected.

Wondering if there's some key definition I have missed.

litmus
barbararochazup
barbararochazup commented Oct 6, 2020

Describe the bug

When you click on create card button, the card is not created. Only when pressing 'Enter' the action ocurrs.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Hypothesis board;
  2. Click on Create Card;
  3. Enter card name
  4. Click Create Card again;
  5. See error

Expected behavior
A card is expected to be created when I click the button.

Created by @jbeda, @brendandburns, and @craigmcl

Released July 21, 2015

Latest release 27 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.