openshift / openshift-ansible-contrib

Additional roles and playbooks for OpenShift installation and management
https://www.openshift.com
Apache License 2.0
283 stars 372 forks source link

Update project_export.sh #1102

Open felixkrohn opened 4 years ago

felixkrohn commented 4 years ago

export endpoints only if the SVC has defined .spec.selector fields. Prevents failure on SVC objects that only contain a spec.externalName field but no selectors. Test case json:

{
  "apiVersion": "v1",
  "kind": "Service",
  "metadata": {
    "name": "test-svc"
  },
  "spec": {
    "externalName": "test-svc.domain.tld",
    "sessionAffinity": "None",
    "type": "ExternalName"
  }
}
openshift-bot commented 3 years ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

felixkrohn commented 3 years ago

/remove-lifecycle stale

felixkrohn commented 3 years ago

/recheck