无法使用Web控制台构建openshift持久性

时间:2017-03-25 22:27:37

标签: openshift openshift-web-console

我尝试使用web控制台在openshift上构建mysql持久化。当我在openshift上构建wildfly pod时,它可以成功运行。但尝试mysql和mariadb失败。我不知道为什么构建openshift持久化的pod失败了。

以下是日志内容:

--> Scaling mysql-1 to 1
--> Waiting up to 10m0s for pods in deployment mysql-1 to become ready
W0325 10:19:37.240002 1 reflector.go:330] github.com/openshift/origin/pkg/deploy/strategy/support/lifecycle.go:468: watch of *api.Pod ended with: too old resource version: 1037954500 (1037974842)
error: update acceptor rejected mysql-1: pods for deployment "mysql-1" took longer than 600 seconds to become ready

我无法理解此错误消息。在生成mysql和mariadb容器时,我在Web控制台上选择了最小选项。你认为我错过了关键的选择吗?

更新

我尽一切努力部署各种持久性数据库,包括mariadb和mysql。但是上面的错误日志消息相同。我是否会错过一些关键程序?以下是mysql部署消息:

Failed sync     Error syncing pod, skipping: error killing pod: failed to "TeardownNetwork" for "mysql-1-deploy_josephopenshiftproject" with TeardownNetworkError: "Failed to teardown network for pod \"efe80474-15d2-11e7-9f88-0e63b9c1c48f\" using network plugins \"cni\": CNI request failed with status 400: 'Failed to ensure that nat chain POSTROUTING jumps to MASQUERADE: error checking rule: exit status 4: iptables: Resource temporarily unavailable.\n\n'"

0 个答案:

没有答案