Skip to content
#

container

Here are 1,768 public repositories matching this topic...

vagababov
vagababov commented Mar 17, 2020

The deploy_test and queue_test go files contain a lot of repetitive and duplicated code that should be extracted into helpers.
My guesstimate is that we can save probably some 30-40% of the files. And they are more than 2k lines together. This is a sizable readability improvement.

In what area(s)?

/area API
/area test-and-release

/kind good-first-issue

kevin-wangzefeng
kevin-wangzefeng commented Apr 14, 2020

What would you like to be added/modified:
For a device mapper, currently the configmap would be automatically generated by device controller, but users need to manually indicated the configmap name in podSpec, which doesn't make sence.

We can simply make admission controller to auto inject devicemapper relevant c

multipass
hemna
hemna commented Apr 2, 2020

What are you trying to do?
I would like to be able to use a cloud-init.yml from a url while launching a new vm

multipass launch -n test -c 2 --cloud-init http://my-home.com/multipass/cloud-init.yml

What's your proposed solution?
--cloud-init should support http:// files

Additional context
Add any other context or screenshots about the feature request here.

wood-chris
wood-chris commented Apr 17, 2020

Version of Singularity:

$ singularity version
3.5.2

Expected behavior

Given this simple def file:

$ more simple.def 
Bootstrap: library
From: ubuntu:18.04

%post

    mkdir -p /opt/openmpi-4.0.1 && cd $_
    pwd 

The pwd should print /opt/openmpi-4.0.1

Actual behavior

S

LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

lastbackend
Fei-Guo
Fei-Guo commented Jan 4, 2020

Many advanced K8s workload management features require the use of labels. In some cases, labels are needed after Pods are created so that adding them to Pod template does not help . For example,

  • A canary release plan may want to upgrade X number of Pods out of Y number of total replica. We can add a label to the chosen Pod so that the rollout controller can upgrade these Pods first.

  • Po

AngelaZhao
AngelaZhao commented Mar 25, 2019

Describe the bug
函数多instance及timeout特性不符合预期

To Reproduce
某python函数配置多个实例以及timeout,配置如下
image

向source topic中依次发送4条消息
消息1:异常消息,发送后能够触发函数除0错误
消息2:异常消息,发送后触发函数执行超时
消息3:异常消息,发送后触发函数执行超时
消息4:正常消息,发送后能有正常返回

Expected behavior
函数最大实例为3,预期发完4条消息后能立马收到消息1和消息4的执行结果
然后超时后,也就是10s

bug
gianmarco995
gianmarco995 commented May 4, 2020

HI, I'm trying to perform the migration between to VMs (with Xubuntu inside) hosted by Virtualbox. At the beginning I was doing it with LXD "move" but only cold migration worked. So I tried to make a snapshot and this is what I got.

lxc snapshot prova1 sn --stateful
lxc stop prova1 --stateful
lxc start prova1
Error: Migrate: Failed to run: /snap/lxd/current/bin/lxd forkmigrate prova1 /
xenoterracide
xenoterracide commented Jan 15, 2020

title might be wrong, here's what I'm doing

@singleton()
export default class StripeConnectionTokenResolversFactory extends AbstractResolversFactory {
@registry([
  { token: InjectToken.GraphFieldResolvers, useToken: StripeConnectionTokenResolversFactory },
  { token: InjectToken.ApolloProvider, useClass: ApolloProvider },
  { token: InjectToken.ContentfulProvider, use
zelgerj
zelgerj commented Feb 5, 2015

Architecture as well as workflows tend to be very complex within the appserver.io environment.
We need diagrams for better documentation and overview of architecture and request/response flow.

UAC:

  • There MUST be workflow diagrams showing the request/response flow
  • Diagrams MUST illustrate the difference in between servlet requests and legacy ones
  • There MUST be architectural diagrams
  • At lea
major-jay
major-jay commented Sep 10, 2019

我修改了config.filebeat
cat >> $FILEBEAT_CONFIG << EOF
$(base)
output.elasticsearch:
hosts: [$ELASTICSEARCH_HOSTS]
index: ${ELASTICSEARCH_INDEX:-filebeat}-%{+yyyy.MM}
${ELASTICSEARCH_SCHEME:+protocol: ${ELASTICSEARCH_SCHEME}}
${ELASTICSEARCH_USER:+username: ${ELASTICSEARCH_USER}}
${ELASTICSEARCH_PASSWORD:+password: ${ELASTICSEARCH_PASSWORD}}
${ELASTICSEARCH_WORKER:+wor

Improve this page

Add a description, image, and links to the container 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 container topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.