Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Docker 用头盔重新启动针孔展开_Docker_Kubernetes_Kubernetes Helm - Fatal编程技术网

Docker 用头盔重新启动针孔展开

Docker 用头盔重新启动针孔展开,docker,kubernetes,kubernetes-helm,Docker,Kubernetes,Kubernetes Helm,我正试图通过头盔在Docker的Kubernetes集群上安装pihole。我正跟随着这样做。一切似乎进展顺利。我得到一个完成: NAME: pihole LAST DEPLOYED: Wed Sep 30 22:22:15 2020 NAMESPACE: pihole STATUS: deployed REVISION: 1 TEST SUITE: None 但是pihole从未达到就绪状态,它只是在几分钟后重新启动。检查吊舱后,我看到: lastState: terminated:

我正试图通过头盔在Docker的Kubernetes集群上安装pihole。我正跟随着这样做。一切似乎进展顺利。我得到一个完成:

NAME: pihole
LAST DEPLOYED: Wed Sep 30 22:22:15 2020
NAMESPACE: pihole
STATUS: deployed
REVISION: 1
TEST SUITE: None
但是pihole从未达到就绪状态,它只是在几分钟后重新启动。检查吊舱后,我看到:

lastState:
    terminated:
        containerID: docker://16e2a318b460d4d5aebd502175fb688fc150993940181827a506c086e2cb326a
        exitCode: 0
        finishedAt: "2020-09-30T22:01:55Z"
        reason: Completed
        startedAt: "2020-09-30T21:59:17Z"
我如何防止它在完成后继续重新启动

以下是kubectl日志的输出:


在这个问题上,并非只有你一个人

决议如下:

这种情况也发生在我身上。我用同样的教程来设置我的 簇如果您也使用持久卷,请使用ssh 连接到驱动器并运行这两个命令


你能展示一下kubectl logs@Zambozo吊舱的日志吗?我已经为那个吊舱添加了日志
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] 01-resolver-resolv: applying...
[fix-attrs.d] 01-resolver-resolv: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 20-start.sh: executing...
 ::: Starting docker specific checks & setup for docker pihole/pihole
  [✓] Update local cache of available packages
  [i] Existing PHP installation detected : PHP version 7.0.33-0+deb9u8

  [i] Installing configs from /etc/.pihole...
  [i] Existing dnsmasq.conf found... it is not a Pi-hole file, leaving alone!
  [✓] Copying 01-pihole.conf to /etc/dnsmasq.d/01-pihole.conf
chown: cannot access '': No such file or directory
chmod: cannot access '': No such file or directory
chown: cannot access '/etc/pihole/dhcp.leases': No such file or directory
::: Pre existing WEBPASSWORD found
Using default DNS servers: 8.8.8.8 & 8.8.4.4
DNSMasq binding to default interface: eth0
Added ENV to php:
                        "PHP_ERROR_LOG" => "/var/log/lighttpd/error.log",
                        "ServerIP" => "0.0.0.0",
                        "VIRTUAL_HOST" => "pi.hole",
Using IPv4 and IPv6
::: Preexisting ad list /etc/pihole/adlists.list detected ((exiting setup_blocklists early))
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
https://mirror1.malwaredomains.com/files/justdomains
::: Testing pihole-FTL DNS: FTL started!
::: Testing lighttpd config: Syntax OK
::: All config checks passed, cleared for startup ...
 ::: Docker start setup complete
  [✗] DNS resolution is currently unavailable
ls -l ----> this will show the owner and user of each file they all should be www-data if not run this cmd
sudo chown -R www-data:www-data pihole from the /mnt/ssd directory described in the tutorial. This will allow you to add more whitelists/blacklists/adlists from the web portal.