Skip to content

adminService annotations and labels not working #2010

Closed
@csegedicsaba

Description

@csegedicsaba

adminService annotation and label are not present on the created service for admin server.

adminServer:
  serverStartState: "RUNNING"
  adminService:
    annotations:
      test: test
    labels:
      test: test

kubectl describe service test-domain-admin-server:

Name:              test-domain-admin-server
Namespace:         default
Labels:            serviceType=SERVER
                   weblogic.createdByOperator=true
                   weblogic.domainName=test-domain
                   weblogic.domainUID=test-domain
                   weblogic.serverName=admin-server
Annotations:       service.alpha.kubernetes.io/tolerate-unready-endpoints: true
                   weblogic.sha256: 7e7e157bb92df685363fea3964bc80f1720094ba7e2796747af844709390c232
Selector:          weblogic.createdByOperator=true,weblogic.domainUID=test-domain,weblogic.serverName=admin-server
Type:              ClusterIP
IP:                None
Port:              default-secure  7002/TCP
TargetPort:        7002/TCP
Endpoints:         10.1.1.3:7002
Session Affinity:  None
Events:            <none>

serverService and clusterService is ok.

weblogic operator: 3.0.2
wewblogic base image: store/oracle/weblogic:12.2.1.4-dev-200117

Metadata

Metadata

Assignees

Labels

bughelp wantedCustomer is asking for one-on-one assistance

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions