-
Notifications
You must be signed in to change notification settings - Fork 417
Add new: Packages for Kubernetesui-dashboard #32291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4c7f1ae
Add new: Packages for Kubernetesui-dashboard
Aditevil 0e3791b
updating tag-filter for metrics-scraper
Aditevil 6fb7baa
Merge branch 'main' into kubernetesui
Aditevil 7455511
Correcting strip-tag for all packages
Aditevil e0d7356
Removing curl from test pipeline
Aditevil 4c6d4b8
Adding ldgflag for setting version
Aditevil 5da9d11
Merge branch 'main' into kubernetesui
Aditevil 612e7d4
Merge branch 'main' into kubernetesui
Aditevil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| package: | ||
| name: kubernetes-dashboard-api | ||
| version: 1.10.1 | ||
| epoch: 0 | ||
| description: Go module handling authentication to the Kubernetes API | ||
| copyright: | ||
| - license: Apache-2.0 | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/kubernetes/dashboard | ||
| tag: api/v${{package.version}} | ||
| expected-commit: 8c15a76aec0489f63ab841e4aaf09391d2e68912 | ||
|
|
||
| - uses: go/build | ||
| with: | ||
| packages: . | ||
| modroot: ./modules/api | ||
| output: dashboard-api | ||
|
|
||
| - uses: strip | ||
Aditevil marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| test: | ||
| environment: | ||
| contents: | ||
| packages: | ||
| - curl | ||
Aditevil marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| pipeline: | ||
| - uses: test/kwok/cluster | ||
| - name: Verify kubernetes-dashboard-api installation | ||
| runs: | | ||
| dashboard-api --bind-address=0.0.0.0 --kubeconfig=/root/.kube/config &> dashboard-api.log & | ||
| sleep 5 | ||
| grep "Starting Kubernetes Dashboard API" dashboard-api.log || exit 1 | ||
| update: | ||
| enabled: true | ||
| github: | ||
| identifier: kubernetes/dashboard | ||
| strip-prefix: api/v | ||
| use-tag: true | ||
Aditevil marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| tag-filter: api/v | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| package: | ||
| name: kubernetes-dashboard-auth | ||
| version: 1.2.2 | ||
| epoch: 0 | ||
| description: Stateless Go module, which could be referred to as a Kubernetes API extension | ||
| copyright: | ||
| - license: Apache-2.0 | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/kubernetes/dashboard | ||
| tag: auth/v${{package.version}} | ||
| expected-commit: 8c15a76aec0489f63ab841e4aaf09391d2e68912 | ||
|
|
||
| - uses: go/build | ||
| with: | ||
| packages: . | ||
| modroot: ./modules/auth | ||
| output: dashboard-auth | ||
Aditevil marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - uses: strip | ||
|
|
||
| test: | ||
| environment: | ||
| contents: | ||
| packages: | ||
| - curl | ||
| pipeline: | ||
| - uses: test/kwok/cluster | ||
| - name: Verify kubernetes-dashboard-auth installation | ||
| runs: | | ||
| dashboard-auth --address=0.0.0.0 --apiserver-host="https://accounts.google.com" --kubeconfig=/root/.kube/config &> dashboard-auth.log & | ||
| sleep 5 | ||
| grep "Starting Kubernetes Dashboard Auth" dashboard-auth.log || exit 1 | ||
|
|
||
| update: | ||
| enabled: true | ||
| github: | ||
| identifier: kubernetes/dashboard | ||
| strip-prefix: auth/v | ||
| use-tag: true | ||
| tag-filter: auth/v | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -1,44 +1,43 @@ | ||
| package: | ||
| name: kubernetes-dashboard-metrics-scraper | ||
| version: 1.0.9 | ||
| epoch: 19 | ||
| description: Container to scrape, store, and retrieve a window of time from the Metrics Server. | ||
| version: 1.2.1 | ||
| epoch: 0 | ||
| description: Go module used to scrape and store a small window of metrics fetched from the Kubernetes Metrics Server. | ||
| copyright: | ||
| - license: Apache-2.0 | ||
|
|
||
| environment: | ||
| contents: | ||
| packages: | ||
| - build-base | ||
| - busybox | ||
| - ca-certificates-bundle | ||
| - glibc-dev | ||
| - go | ||
| - ncurses-dev | ||
| - sqlite | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/kubernetes-sigs/dashboard-metrics-scraper | ||
| tag: v${{package.version}} | ||
| expected-commit: b3f5d8f275bf12d8581769851a985fbc41fd371b | ||
| repository: https://github.com/kubernetes/dashboard | ||
| tag: metrics-scraper/v${{package.version}} | ||
| expected-commit: 9d28815f430acdbfb490e2e68a465e2eb371ba79 | ||
|
|
||
| - uses: go/bump | ||
| - uses: go/build | ||
| with: | ||
| deps: github.com/emicklei/[email protected] golang.org/x/[email protected] gopkg.in/[email protected] golang.org/x/[email protected] google.golang.org/[email protected] golang.org/x/[email protected] | ||
|
|
||
| - runs: | | ||
| hack/build.sh | ||
| mkdir -p ${{targets.destdir}}/usr/bin | ||
| mv /metrics-sidecar ${{targets.destdir}}/usr/bin/metrics-sidecar | ||
| packages: . | ||
| modroot: ./modules/metrics-scraper | ||
| output: dashboard-metrics-scraper | ||
Aditevil marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - uses: strip | ||
|
|
||
| test: | ||
| environment: | ||
| contents: | ||
| packages: | ||
| - curl | ||
| pipeline: | ||
| - uses: test/kwok/cluster | ||
| - name: Verify kubernetes-dashboard-metrics-scraper installation | ||
| runs: | | ||
| dashboard-metrics-scraper --kubeconfig=/root/.kube/config &> dashboard-metrics-scraper.log & | ||
| sleep 5 | ||
| grep "Starting Metrics Scraper" dashboard-metrics-scraper.log || exit 1 | ||
|
|
||
| update: | ||
| enabled: true | ||
| github: | ||
| identifier: kubernetes-sigs/dashboard-metrics-scraper | ||
| strip-prefix: v | ||
| identifier: kubernetes/dashboard | ||
| strip-prefix: metrics-scraper/v | ||
| use-tag: true | ||
| tag-filter: v | ||
| tag-filter: metrics-scraper/v | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| package: | ||
| name: kubernetes-dashboard-web | ||
| version: 1.5.2 | ||
| epoch: 0 | ||
| description: General-purpose web UI for Kubernetes clusters with enhanced authentication features | ||
| copyright: | ||
| - license: Apache-2.0 | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/kubernetes/dashboard | ||
| tag: web/v${{package.version}} | ||
| expected-commit: 8c15a76aec0489f63ab841e4aaf09391d2e68912 | ||
|
|
||
| - uses: go/build | ||
| with: | ||
| packages: . | ||
| modroot: ./modules/web | ||
| output: dashboard-web | ||
Aditevil marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - uses: strip | ||
|
|
||
| test: | ||
| environment: | ||
| contents: | ||
| packages: | ||
| - curl | ||
| pipeline: | ||
| - uses: test/kwok/cluster | ||
| - name: Verify kubernetes-dashboard-web installation | ||
| runs: | | ||
| dashboard-web --bind-address=0.0.0.0 --kubeconfig=/root/.kube/config &> dashboard-web.log & | ||
| sleep 5 | ||
| grep "Starting Kubernetes Dashboard Web" dashboard-web.log || exit 1 | ||
|
|
||
| update: | ||
| enabled: true | ||
| github: | ||
| identifier: kubernetes/dashboard | ||
| strip-prefix: web/v | ||
| use-tag: true | ||
| tag-filter: web/v | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.