This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Using Volume Mounter trait results in Kubernetes Service creation failure #524
Labels
Type: Bug
Something isn't working
Output of helm version:
Output of kubectl version:
Cloud Provider/Platform (AKS, GKE, Minikube etc.): AKS
Describe the bug
Using Volume Mounter trait results in Kubernetes Service creation failure
OAM yaml files used
Component
App config
What happened:
Kubernetes Service was not created -
kubectl get svc
did not contain the expected service andComponentSchematic
reported failure status (for Service):kubectl get applicationconfiguration.core.oam.dev/example-server-with-volume -o yaml
returnedNotice
service/emphemeral-vol-example1: ApiError NotFound ("services \"emphemeral-vol-example1\" not found")
What you expected to happen:
Service to be created
Relevant screenshots:
How to reproduce it (as minimally and precisely as possible):
Create component and app config (pasted above)
Anything else we need to know:
The Deployment was created (and so did the other kubernetes objects). Service creation failed
The text was updated successfully, but these errors were encountered: