Skip to content
#

containers

Here are 2,343 public repositories matching this topic...

aojea
aojea commented Oct 22, 2020

What would you like to be added:

e2e test for service ExternalIPs

Why is this needed:

There is no test covering Service ExternalIPs

How to test it

Since we can not assume that the e2e binary will have connectivity against the nodes
and that we can add routes to the environment, we are going to test it from a pod.

I've verified that this works locally with the followin

netdata
vinu2003
vinu2003 commented Oct 18, 2020

##minikube stop##
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube stop -p test2
🤷 There is no local cluster named "test2"
👉 To fix this, run: "minikube start -p test2"

this causes unwanted error message thrown in profile list.

vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|
|

rifelpet
rifelpet commented Oct 4, 2020

1. Describe IN DETAIL the feature/behavior/change you would like to see.
AWS provides this tool for linting cloudformation files:

https://github.com/aws-cloudformation/cfn-python-lint

Running it against our integration test outputs in tests/integration/update_cluster/*/cloudformation.json reports quite a few warnings including mismatched types. It would be great to fix those and addr

gvisor
unknowndev233
unknowndev233 commented Jun 23, 2020

Description

runsc install is able to edit /etc/docker/daemon.json to enable Docker to replace runc with runsc.
Would be great if podman supports this feature.

Is this feature related to a specific bug?

No. By the way, does gVisor depend on Docker just for the reason that Docker uses runsc as its runtime?

Do you have a specific solution in mind?

To replace the runtim

tejal29
tejal29 commented Oct 22, 2020

There could be cases where due to builds happening in parallel we have now added complex structs like sync.Map.
When loading, storing updating these structs, an internal error can happen at any point.
e.g. take adding a block of code for #4896

var (
	dependencyCache = sync.Map{}
)

// dependency represents computed dependency for a dockerfile.
type dependency struct {
	files [
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

lens
demon
demon commented Oct 3, 2020

Describe the bug
In the Apps section under Releases, you can sort on Revision. It seems to sort on the string values instead of the integers which looks silly (see screenshot below).

To Reproduce
Steps to reproduce the behavior:

  1. Go to Apps -> Releases
  2. Click on Revisions
  3. See nonsensical number order

Expected behavior
Numbers sort in their counting order.

**Screen

dapr
yaron2
yaron2 commented Jul 15, 2020

Add a performance test that measures the time it takes Dapr to save data into a state store.

The important piece that is being tested is the processing that Dapr does before saving to the state store. This test should not benchmark the component itself.

For that purpose, a baseline test scenario would have an app that saves a 1kb payload to Redis, followed by a test app that uses Dapr to sav

devops-exercises
surister
surister commented Jan 21, 2020

This is a reminder for me or a task if anyone wants :P

imagen

Basically, The last two questions aren't really regex's questions.

To do:

  • Move said questions to correct place.
  • Add new regex questions (Python related!)?
  • Maybe add a new ## Regex section, as it is a valuable skill

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

You can’t perform that action at this time.