File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
- (Feature) PV Unschedulable condition
9
9
- (Feature) Features startup logging
10
10
- (Maintenance) Generics for type handling
11
+ - (Bugfix) Fix creating sync components with EA type set to Managed and headless svc
11
12
12
13
## [ 1.2.27] ( https://github.com/arangodb/kube-arangodb/tree/1.2.27 ) (2023-04-27)
13
14
- (Feature) Add InSync Cache
Original file line number Diff line number Diff line change 1
1
//
2
2
// DISCLAIMER
3
3
//
4
- // Copyright 2016-2022 ArangoDB GmbH, Cologne, Germany
4
+ // Copyright 2016-2023 ArangoDB GmbH, Cologne, Germany
5
5
//
6
6
// Licensed under the Apache License, Version 2.0 (the "License");
7
7
// you may not use this file except in compliance with the License.
@@ -454,7 +454,7 @@ func (m *MemberSyncPod) syncHostAlias() *core.HostAlias {
454
454
455
455
endpoint := k8sutil .CreateSyncMasterClientServiceDNSNameWithDomain (m .apiObject , m .spec .ClusterDomain )
456
456
457
- if svc .Spec .ClusterIP == "" {
457
+ if svc .Spec .ClusterIP == "" || svc . Spec . ClusterIP == core . ClusterIPNone {
458
458
return nil
459
459
}
460
460
You can’t perform that action at this time.
0 commit comments