Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service don't have clusterIP, and lowable-workflow-ui is not accessable #15

Open
linonetwo opened this issue Nov 27, 2023 · 0 comments · May be fixed by #17 or #18
Open

Service don't have clusterIP, and lowable-workflow-ui is not accessable #15

linonetwo opened this issue Nov 27, 2023 · 0 comments · May be fixed by #17 or #18

Comments

@linonetwo
Copy link

This is what I modified to my value

host:
  external: workflow.mydomain.xxx
ingress:
  class: "nginx"
  useHost: true
postgres:
  storage:
    storageClassName: "microk8s-hostpath-retain"

It successfully installed, but I found flowable-workflow-flowable-ui service's clusterIP is None:

kind: Service
apiVersion: v1
metadata:
  name: flowable-workflow-flowable-ui
  namespace: workflow
  uid: 60c3abd3-4284-42bb-add8-42b7be8426d4
  resourceVersion: '3731938'
  creationTimestamp: '2023-11-27T09:56:39Z'
  labels:
    app.kubernetes.io/instance: flowable-workflow
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/name: ui
    helm.sh/chart: flowable-6.8.0
  annotations:
    meta.helm.sh/release-name: flowable-workflow
    meta.helm.sh/release-namespace: workflow
  managedFields:
    - manager: kubeapps-apis
      operation: Update
      apiVersion: v1
      time: '2023-11-27T09:56:39Z'
      fieldsType: FieldsV1
      fieldsV1:
        f:metadata:
          f:annotations:
            .: {}
            f:meta.helm.sh/release-name: {}
            f:meta.helm.sh/release-namespace: {}
          f:labels:
            .: {}
            f:app.kubernetes.io/instance: {}
            f:app.kubernetes.io/managed-by: {}
            f:app.kubernetes.io/name: {}
            f:helm.sh/chart: {}
        f:spec:
          f:clusterIP: {}
          f:internalTrafficPolicy: {}
          f:ports:
            .: {}
            k:{"port":8080,"protocol":"TCP"}:
              .: {}
              f:name: {}
              f:port: {}
              f:protocol: {}
              f:targetPort: {}
          f:selector: {}
          f:sessionAffinity: {}
          f:type: {}
spec:
  ports:
    - name: http
      protocol: TCP
      port: 8080
      targetPort: 8080
  selector:
    app.kubernetes.io/instance: flowable-workflow
    app.kubernetes.io/name: flowable-workflow-ui
  clusterIP: None
  clusterIPs:
    - None
  type: ClusterIP
  sessionAffinity: None
  ipFamilies:
    - IPv4
  ipFamilyPolicy: SingleStack
  internalTrafficPolicy: Cluster
status:
  loadBalancer: {}

And I can't access it from https://workflow.mydomain.xxx , why?

linonetwo added a commit to linonetwo/helm that referenced this issue Nov 27, 2023
@linonetwo linonetwo linked a pull request Nov 27, 2023 that will close this issue
linonetwo added a commit to linonetwo/helm that referenced this issue Nov 27, 2023
@linonetwo linonetwo linked a pull request Nov 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant