You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
When Deployment that is using PVC is created before given PVC, it fails and waits 1 minute until it notices that PVC was created.
By simply creating PVCs before Deployments everything is deployed on the first run (at least 1 minute quicker)
The second reason is that Kubernetes automatically injects a few variables pointing to existing Services (for example for docker links compatibility). But those are created only for already existing Services.
When Kubernetes artifacts are generated they should be in the following order:
PVCs, Services, Secrets, ConfigMaps, Services, others
The text was updated successfully, but these errors were encountered: