gitlab CI docker 2分钟后停顿

时间:2020-02-14 15:14:55

标签: gitlab-ci gitlab-ci-runner

gitlab CI docker在2分钟后停顿

在不同存储库之间的代码更改和错误相同。 Ci / CD曾经用于这些存储库?

this.contactForm.get('email').valueChanges.subscribe(value => {
  console.log(`VALUE: ${value}`);
  console.log(`FORM CONTROL VALUE: ${this.contactForm.get('email').value}`);      
})

this.contactForm.valueChanges.subscribe(value => {
  console.log(`FORM VALUE: ${this.contactForm.value.email}`);
})

链接到总帐问题 https://gitlab.com/gitlab-com/support-forum/issues/5202

1 个答案:

答案 0 :(得分:10)

这是gitlab上的已知问题。如下更改服务。那应该可以解决您的问题。

configSource:
    configMap:
        name: CONFIG_MAP_NAME # replace CONFIG_MAP_NAME with the name of the ConfigMap
        namespace: kube-system
        kubeletConfigKey: kubelet