Commit f6781ca
feat: HBase Listener integration (#639)
* output listener refs
* add listener refs to config map
* changelog
* changed logging statement
* integration test
* changed listener class designation
* update listener class docs
* working tests
* wip: experimental command
* cleanup start command
* added hostname/port to hbase-env.sh
* wip: will move startup logic to hbase-entrypoint.sh
* cleaned up/reverted previous wip
* cleaned up/reverted previous wip II
* correct callout
* use pvcs for externally-reachable endpoints
* added comment
* docs
* resolve listener-class across role-groups/role
* regenerate nix
* updated tokio and nix packages
* added listener-relevant config settings
* Try a different tack at reconfiguring hbase
* formatting and partial clean-up
* formatting and partial clean-up
* replaced listener-class enum with string
* tweak test cases
* add generic properties for listener endpoints
* write endpoints to hbase-site instead of dedicated config map
* remove unused error defs
* remove unused error def/function
* fix some tests inline with 2.6.1, add UI port type
* use listener service resolved in entrypoint script rather than passing through as as argument
* updated env-vars based on patch changes
* fix smoke test
* fixed orphaned-resources test
* fixed opa test
* Update CHANGELOG.md
Co-authored-by: Malte Sander <[email protected]>
* Update docs/modules/hbase/pages/usage-guide/listenerclass.adoc
Co-authored-by: Malte Sander <[email protected]>
* review feedback
* added constant
* replace expects with snafu error
* correct property usage to match latest image changes
* provide bound address to match defaults used in patch
* Update CHANGELOG.md
Co-authored-by: Nick <[email protected]>
* clarified error
* removed unnecessary configs and added trouble-shooting doc page
* renamed headless service
* use ephemeral volumes for master/rs
* fixed test
* added missing pull policy directive
---------
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
Co-authored-by: Malte Sander <[email protected]>
Co-authored-by: Nick <[email protected]>1 parent 0664d80 commit f6781ca
File tree
39 files changed
+735
-213
lines changed- deploy/helm/hbase-operator
- crds
- templates
- docs/modules/hbase
- pages/usage-guide
- partials
- rust/operator-binary/src
- crd
- tests
- templates/kuttl
- cluster-operation
- external-access
- kerberos
- opa
- orphaned_resources
- profiling
- shutdown
- smoke
39 files changed
+735
-213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 76 | | |
91 | 77 | | |
92 | 78 | | |
| |||
210 | 196 | | |
211 | 197 | | |
212 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
213 | 203 | | |
214 | 204 | | |
215 | 205 | | |
| |||
460 | 450 | | |
461 | 451 | | |
462 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
463 | 457 | | |
464 | 458 | | |
465 | 459 | | |
| |||
691 | 685 | | |
692 | 686 | | |
693 | 687 | | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
694 | 692 | | |
695 | 693 | | |
696 | 694 | | |
| |||
969 | 967 | | |
970 | 968 | | |
971 | 969 | | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
972 | 974 | | |
973 | 975 | | |
974 | 976 | | |
| |||
1228 | 1230 | | |
1229 | 1231 | | |
1230 | 1232 | | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
1231 | 1237 | | |
1232 | 1238 | | |
1233 | 1239 | | |
| |||
1478 | 1484 | | |
1479 | 1485 | | |
1480 | 1486 | | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
1481 | 1491 | | |
1482 | 1492 | | |
1483 | 1493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | | - | |
16 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
17 | 31 | | |
18 | | - | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments