The Wayback Machine - https://web.archive.org/web/20201114000244/https://github.com/topics/containers
Skip to content
#

containers

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

jayunit100
jayunit100 commented Nov 12, 2020

What happened:

follow on to kubernetes/kubernetes#96172

Need to comment and avoid checking UID on windows. requires some research into what we should be checking so that we can add appropriate TODO.

What you expected to happen:

Lets also check this at the call site, https://github.com/kubernetes/kubernetes/blob/199d48728f33692dc5a5e8b808a064bd3e40b5

netdata
ikropotov
ikropotov commented Oct 28, 2020

1. Describe IN DETAIL the feature/behavior/change you would like to see.
I am working on having an alternative OCI runtime on the machines, and currently I can't configure it out of the box with kops so I would need to create an images with dockerd running with alternative runtime and skip docker installation on kops.

There is no runtime configuration for Docker:
https://pkg.go.dev/k8s.

gvisor
tamird
tamird commented Oct 28, 2020

Per the example in https://godoc.org/github.com/google/go-cmp/cmp#Diff the form should be:

if diff := cmp.Diff(want, got); diff != "" {
    t.Errorf("MakeGatewayInfo() mismatch (-want +got):\n%s", diff)
}

however, NUD tests (and possibly others) are littered with the reverse, e.g.:
https://github.com/google/gvisor/blob/8fa18e8ecb3e3da2015e5c73db9e46494dcfeff7/pkg/tcpip/stack/neighbo

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

dapr
EdwinVW
EdwinVW commented Nov 13, 2020

In what area(s)?

/area-k8sinjector

What version of Dapr?

0.11.3

Expected Behavior

When the daprd docker image (daprio/daprd:0.11.3) is already on the machine, it is not pulled from the registry every time I deploy my application to k8s.

Actual Behavior

Every time I deploy my application to k8s, for every pod that is configured to be injected with a sidecar (using

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.