Deployment is failing to create Containers / Pods.
I am trying to deploy the kafka and kubeless into our cluster. All other objects posted to k8s are created successfully, but Deployment config alone is not completing successfully. Instead it is creating an empty deployment and no containers or pods are created via Deployment.
In the Web Console I could see the following.

But under the deployments,

If I execute the oc get deploy command,
| NAME |
DESIRED |
CURRENT |
UP-TO-DATE |
AVAILABLE |
AGE |
| kafka-trigger-controller |
1 |
0 |
0 |
0 |
25m |
| kubeless-controller-manager |
1 |
0 |
0 |
0 |
28m |
Version
oc version command result,
oc v1.5.1+7b451fc
kubernetes v1.5.2+43a9be4
features: Basic-Auth
Server <Internal-Cluster>
openshift v3.7.9
kubernetes v1.7.6
Steps To Reproduce
- Deploy
kubeless v0.5.0 via oc create -f https://github.com/kubeless/kubeless/releases/download/v0.5.0/kubeless-openshift-v0.5.0.yaml
or
Deploy kafka via oc create -f https://github.com/kubeless/kubeless/releases/download/v0.5.0/kafka-zookeeper-v0.5.0.yaml
Current Result
No containers are created from the deployment object.
Expected Result
Deployment should create the containers/pods defined in the Deployment config.
Additional Information
Result of oc describe deploy kafka-trigger-controller command
Name: kafka-trigger-controller
Namespace: kubeless
CreationTimestamp: Sat, 07 Apr 2018 21:15:25 -0700
Labels: kubeless=kafka-trigger-controller
Selector: kubeless=kafka-trigger-controller
Replicas: 0 updated | 1 total | 0 available | 0 unavailable
StrategyType: RollingUpdate
MinReadySeconds: 0
RollingUpdateStrategy: 25% max unavailable, 25% max surge
OldReplicaSets: <none>
NewReplicaSet: <none>
No events.
Deployment is failing to create Containers / Pods.
I am trying to deploy the
kafkaandkubelessinto our cluster. All other objects posted to k8s are created successfully, butDeploymentconfig alone is not completing successfully. Instead it is creating an emptydeploymentand nocontainersorpodsare created viaDeployment.In the

Web ConsoleI could see the following.But under the deployments,

If I execute the
oc get deploycommand,Version
oc versioncommand result,Steps To Reproduce
kubeless v0.5.0viaoc create -f https://github.com/kubeless/kubeless/releases/download/v0.5.0/kubeless-openshift-v0.5.0.yamlor
Deploy
kafkaviaoc create -f https://github.com/kubeless/kubeless/releases/download/v0.5.0/kafka-zookeeper-v0.5.0.yamlCurrent Result
No
containersare created from thedeploymentobject.Expected Result
Deployment should create the containers/pods defined in the
Deploymentconfig.Additional Information
Result of
oc describe deploy kafka-trigger-controllercommand