Skip to content

Deployment is fails to create Pods #19264

@gkarthiks

Description

@gkarthiks

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.
image

But under the deployments,
image

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
  1. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions