Skip to content

Commit 9bbdb65

Browse files
committed
feat!: remove support for debug pods
1 parent ee56152 commit 9bbdb65

6 files changed

Lines changed: 5 additions & 175 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Removed
2+
3+
- All support for debug pods via Ingress NGINX canary annotations has been
4+
removed. Users of this feature must re-implement it.
5+

drydock/patches/kustomization-resources

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
- plugins/drydock/k8s/ingress/extra-hosts.yml
1414
- plugins/drydock/k8s/ingress/static-cache.yml
1515
{%- endif %}
16-
{% if DRYDOCK_DEBUG -%}
17-
- plugins/drydock/k8s/debug/deployments.yml
18-
- plugins/drydock/k8s/debug/services.yml
19-
- plugins/drydock/k8s/debug/ingress.yml
20-
{%- endif %}
2116
{% if DRYDOCK_REGISTRY_CREDENTIALS -%}
2217
- plugins/drydock/k8s/secrets/image-pull-secret.yml
2318
{% endif -%}

drydock/plugin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
("DRYDOCK_INGRESS_LMS_EXTRA_HOSTS", []),
3131
("DRYDOCK_NEWRELIC_LICENSE_KEY", ""),
3232
("DRYDOCK_CUSTOM_CERTS", {}),
33-
("DRYDOCK_DEBUG", False),
3433
("DRYDOCK_LETSENCRYPT_EMAIL", "{{ CONTACT_EMAIL }}"),
3534
("DRYDOCK_ENABLE_MULTITENANCY", True),
3635
("DRYDOCK_ENABLE_SCORM", True),
@@ -126,9 +125,6 @@ def get_init_tasks():
126125
CORE_SYNC_WAVES_ORDER: SYNC_WAVES_ORDER_ATTRS_TYPE = {
127126
"drydock-upgrade-lms-job": 50,
128127
"drydock-upgrade-cms-job": 51,
129-
"lms-debug": 50,
130-
"cms-debug": 50,
131-
"ingress-debug": 200,
132128
"deployments:post-init-apps": 100,
133129
"horizontalpodautoscalers:all": 150,
134130
}

drydock/templates/drydock/k8s/debug/deployments.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

drydock/templates/drydock/k8s/debug/ingress.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

drydock/templates/drydock/k8s/debug/services.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)