Skip to content
#

containers

Here are 3,445 public repositories matching this topic...

thockin
thockin commented Jun 10, 2022

Presumably this would occur when changing the default from one class to another. E.g.

  • Class X exists and is marked default
  • Class Y is created
  • Class Y is marked as default
  • Uh oh!! 2 defaults
  • Class X is marked as not default

At the case in point, when there are 2 defaults, we currently do not assign default values to new PVCs.

We should change this semantic - while there a

sig/network sig/storage sig/node good first issue
spowelljr
spowelljr commented Jul 1, 2022

We should add a GitHub maintainer field to the addons (below):
https://github.com/kubernetes/minikube/blob/044fe4c1fd2779b5ac3e4974556c3ff7b4d26792/pkg/minikube/assets/addons.go#L37-L47

An empty field should be added for each addon, and for each addon that has an empty field, when the user tries to enable the addon it should give a warning to the user that there's not a verified maintainer for

help wanted kind/feature area/addons priority/backlog
dapr
johngmyers
johngmyers commented May 30, 2021

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

Implement WarmPool.RenderTerraform()

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

/kind feature
/area terraform
/lifecycle frozen

area/terraform kind/feature lifecycle/frozen good first issue
anhpngt
anhpngt commented Jun 29, 2022

Background

Currently, as per the doc:

... The profile is auto-activated if any one of the activations are triggered.

In my case, we have different profiles for different environments and tenants. Say, we have the following

  • Environments: ENV=stag and ENV=prod
  • Tenants: ORG=us and ORG=eu

meaning we hav

good first issue kind/feature-request priority/p2 area/profiles
itaysk
itaysk commented Jun 8, 2022

currently we have a version selector for every git tag, which is unnecessary overhead on the user. It is not needed from documentation perspective as there aren't (shouldn't be) any docs change in patch versions, only for new/changed features.

before:
v0.27.0, v0.27.1, v0.27.2, v0.28.0
after
v0.27, v0.28

good first issue kind/documentation kind/feature
chanseokoh
chanseokoh commented Jul 28, 2021

Maybe new warnings after upgrading ErrorProne in #3355.

/home/runner/work/jib/jib/jib-core/src/main/java/com/google/cloud/tools/jib/image/json/JsonToImageTranslator.java:250: warning: [UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
58

59
   * Converts a map of volumes strings to a set of {@link Absolut

Improve this page

Add a description, image, and links to the containers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the containers topic, visit your repo's landing page and select "manage topics."

Learn more