-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Devops 1871 deprecate kube proxy (#25)
* fix eks/gke semver restriction by `kubeVersion` * add pprof optional endpoint * deprecate kube-proxy due to [PR](kubernetes-sigs/kubebuilder#3899) * fix e2e pipeline
- Loading branch information
Leonid Podolinskiy
authored
May 30, 2024
1 parent
6ba0921
commit 05a4925
Showing
10 changed files
with
71 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,16 @@ type: application | |
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png | ||
|
||
## Kubeversion due to "seccompProfile" in the controller deployment | ||
kubeVersion: ">= 1.19.0" | ||
## -0 is used to allow any patch version | ||
## it is resolving GKE and EKS versioning | ||
## Example of EKS version: v1.28.9-eks-036c24b | ||
kubeVersion: ">= 1.19.0-0" | ||
|
||
# This is the chart version. This version number should be incremented each time you make changes | ||
# to the chart and its templates, including the app version. | ||
# Versions are expected to follow Semantic Versioning (https://semver.org/) | ||
version: 0.1.0 # Will be updated by CI pipeline | ||
|
||
|
||
|
||
# ArtifactHub.io annotations | ||
annotations: | ||
artifacthub.io/crds: | | ||
|
@@ -43,16 +44,14 @@ annotations: | |
serverHostname: app.lightrun.com | ||
agentEnvVarName: JAVA_TOOL_OPTIONS | ||
initContainer: | ||
image: "lightruncom/k8s-operator-init-java-agent-linux:1.8.5-init.1" | ||
image: "lightruncom/k8s-operator-init-java-agent-linux:latest" | ||
sharedVolumeName: lightrun-agent-init | ||
sharedVolumeMountPath: "/lightrun" | ||
agentTags: | ||
- operator | ||
- example | ||
- 1.8.3 | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/links: | | ||
- name: Operator repo | ||
|
@@ -63,8 +62,7 @@ annotations: | |
- name: Lightrun devops team | ||
email: [email protected] | ||
- name: LeonidP | ||
email: [email protected] | ||
email: [email protected] | ||
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
artifacthub.io/prerelease: "false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters