Skip to content

Commit e2c17ee

Browse files
committed
Merge remote-tracking branch 'origin/main' into APL-1263
2 parents e8af635 + 545c976 commit e2c17ee

File tree

8 files changed

+1
-64
lines changed

8 files changed

+1
-64
lines changed

src/openapi/app.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ AppList:
1818
- istio
1919
- jaeger
2020
- keycloak
21-
- kiali
2221
- knative
2322
- kserve
2423
- kubeflow-pipelines
25-
- kured
2624
- kyverno
2725
- loki
2826
- minio

src/openapi/settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ Settings:
408408
required:
409409
- smarthost
410410
type: object
411-
x-externalDocsPath: for-ops/console/settings/smtp
412411
x-acl:
413412
platformAdmin: [read-any, update-any]
414413
teamAdmin: []

src/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const TOOLS_HOST = str({ desc: 'The host of the tools server', default: '
6262
export const PREINSTALLED_EXCLUDED_APPS = json({
6363
desc: 'Applications that are managed by Linode, so they should be excluded from the apps page',
6464
default: {
65-
apps: ['cert-manager', 'minio', 'kured', 'velero', 'drone', 'external-dns'],
65+
apps: ['cert-manager', 'minio', 'velero', 'drone', 'external-dns'],
6666
},
6767
})
6868
export const HIDDEN_APPS = json({

test/apps.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -152,26 +152,6 @@ appsInfo:
152152
license: Apache 2.0
153153
about: Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
154154
integration: The SSO login page for APL is served by Keycloak. Keycloak is used as an identity broker or provider for all APL integrated applications. By default Keycloak is configured as an Identity Broker. Keycloak is part of the core of APL and is always enabled.
155-
kiali:
156-
title: Kiali Operator
157-
appVersion: 2.10.0
158-
repo: https://github.com/kiali/kiali
159-
maintainers: Kiali
160-
relatedLinks:
161-
- https://kiali.io/
162-
- https://github.com/kiali/kiali-operator
163-
license: Apache 2.0
164-
dependencies: Prometheus
165-
about: Kiali is a management console for Istio to manage, visualize, validate and troubleshoot the service mesh.
166-
integration: Kiali can be activated to gain observability insights on its network traffic. Kiali runs in anonymous mode and each authenticated user is given the same authorization, allowing them to see everything.
167-
chartName: kiali-operator
168-
isDeprecated: true
169-
deprecationInfo:
170-
message: Kiali service mesh visualization is being deprecated.
171-
reasons:
172-
- This diagnostic tool is not essential to deliver platform capabilities.
173-
options:
174-
- Click 'I understand' to continue using Kiali dashboard
175155
knative:
176156
title: Knative Operator
177157
appVersion: 1.18.1
@@ -214,16 +194,6 @@ appsInfo:
214194
license: Apache 2.0
215195
about: Kubeflow pipelines are reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK.
216196
isAlpha: true
217-
kured:
218-
title: Kured
219-
appVersion: 1.13.1
220-
repo: https://github.com/kubereboot/kured
221-
maintainers: Kured project
222-
relatedLinks:
223-
- https://kured.dev/
224-
license: Apache 2.0
225-
about: Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS.
226-
integration: Kured can be activated to perform safe automatic node reboots. Only activate Kured if cluster autoscaling is enabled and make sure the cloud resource quota is sufficent.
227197
tekton:
228198
title: Tekton Pipelines
229199
appVersion: 1.3.1

test/core.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ k8s:
5151
- name: keycloak
5252
- name: apl-keycloak-operator
5353
disableIstioInjection: true
54-
- name: kiali
55-
app: kiali
56-
- name: kiali-operator
57-
app: kiali
58-
disableIstioInjection: true
5954
- name: knative-serving
6055
app: knative
6156
disablePolicyChecks: true
@@ -72,9 +67,6 @@ k8s:
7267
app: kubeflow-pipelines
7368
disablePolicyChecks: true
7469
disableIstioInjection: true
75-
- name: kured
76-
app: kured
77-
disableIstioInjection: true
7870
- name: kyverno
7971
app: kyverno
8072
disableIstioInjection: true
@@ -254,18 +246,6 @@ adminApps:
254246
svc: keycloak-keycloakx-http
255247
type: public
256248
port: 8080
257-
- name: kiali
258-
tags: [tracing, telemetry, observability]
259-
deps: [istio, prometheus]
260-
ingress:
261-
- svc: kiali
262-
forwardPath: true
263-
removeRequestHeaders:
264-
- authorization
265-
port: 20001
266-
namespace: kiali
267-
type: public
268-
auth: true
269249
- name: knative
270250
tags: [serverless, functions]
271251
deps: [istio]
@@ -281,8 +261,6 @@ adminApps:
281261
auth: true
282262
- name: kserve
283263
tags: [ai]
284-
- name: kured
285-
tags: [security]
286264
- name: tekton
287265
tags: [buildpacks, ci, pipelines]
288266
ownHost: true

test/env/apps/kiali.yaml

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

test/env/apps/kured.yaml

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

test/env/teams/apps.admin.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ teamConfig:
1414
istio: {}
1515
jaeger: {}
1616
keycloak: {}
17-
kiali: {}
1817
knative: {}
19-
kured: {}
2018
tekton: {}
2119
loki: {}
2220
minio: {}

0 commit comments

Comments
 (0)