-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi,
I'm trying to test Appcontroller, but I have problems when I want to start it manually or with ./creat.sh also.
When I try with creat.sh I'm getting this problem:
Waiting for pod k8s-appcontroller to start running
Waiting for tprs to register URLs
..........FAILED: kubectl get definitions &> /dev/null
When manually:
I have created existing_job.yaml, it was ok
then: kubectl create -f ../../manifests/appcontroller.yaml , it was also ok
Thep problem is start at this part:
asd@mach1:~/appcon/k8s-AppController/examples/simple$ kubectl create -f deps.yaml
unable to recognize "deps.yaml": no matches for appcontroller.k8s/, Kind=Dependency
unable to recognize "deps.yaml": no matches for appcontroller.k8s/, Kind=Dependency
unable to recognize "deps.yaml": no matches for appcontroller.k8s/, Kind=Dependency
unable to recognize "deps.yaml": no matches for appcontroller.k8s/, Kind=Dependency
unable to recognize "deps.yaml": no matches for appcontroller.k8s/, Kind=Dependency
unable to recognize "deps.yaml": no matches for appcontroller.k8s/, Kind=Dependency
All examples should wor because it hase been cloned from orginal repo.
Any one any idea what is the problem?