Skip to content
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

feat(cli): cli as k8s deployment for debugging #6090

Merged
merged 42 commits into from
Nov 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a3d7081
use ssl constant
sakoush Nov 21, 2024
12f7018
move oauth config to tls pkg
sakoush Nov 21, 2024
a627f2b
use tls module in cli
sakoush Nov 21, 2024
a4ce972
get cli to use tls package
sakoush Nov 21, 2024
ea9831c
adjust docs for changes to cli
sakoush Nov 22, 2024
3f9a1ff
add dockerfile for cli
sakoush Nov 22, 2024
bbae638
tidy up dockerfile for operator
sakoush Nov 22, 2024
9e0a28e
add kafka broker certs
sakoush Nov 22, 2024
70d254a
add makefile targets for deploy / undeploy cli
sakoush Nov 22, 2024
12c96d7
set scheduler port from existing envar
sakoush Nov 22, 2024
37b4a49
add kafka config component
sakoush Nov 22, 2024
72bed80
delete redundant kafka config sub package
sakoush Nov 22, 2024
a244a7b
use component kafka config
sakoush Nov 22, 2024
9bbb154
add dependabot for component kafka
sakoush Nov 22, 2024
88df4b0
add gh test for components (kafka and tls)
sakoush Nov 22, 2024
1a59250
build licenses for component kafka
sakoush Nov 22, 2024
3e3eb07
lint
sakoush Nov 22, 2024
1468a39
update license for component kafka
sakoush Nov 22, 2024
41dfd82
add docker push seldon cli
sakoush Nov 22, 2024
548ee2d
fix typo
sakoush Nov 22, 2024
5c2bcf5
refactor utility func to kafka component
sakoush Nov 25, 2024
10089b0
refactor consumer config into a separate func
sakoush Nov 25, 2024
4b5f7b3
refactor more logic into utility
sakoush Nov 25, 2024
ac806d4
use kafka config map in cli
sakoush Nov 25, 2024
9d66437
wire up kafka config to seldon-cli path
sakoush Nov 25, 2024
da07cd2
deal with kafka values as strings
sakoush Nov 25, 2024
52dc0be
fix envar
sakoush Nov 25, 2024
121cb47
remove print message
sakoush Nov 25, 2024
7ac8b79
build cli docker image as part of ci
sakoush Nov 25, 2024
7900982
add helper shell script
sakoush Nov 25, 2024
64d2941
add description
sakoush Nov 25, 2024
04e59d7
add copyright
sakoush Nov 25, 2024
26a748d
fix lint
sakoush Nov 25, 2024
5bc2015
go mod tidy hodometer
sakoush Nov 25, 2024
b90962b
add force flag for control plane load / unload
sakoush Nov 26, 2024
e1f5db9
add default for force in msg
sakoush Nov 26, 2024
87c62aa
add k6 image building to CI
sakoush Nov 26, 2024
3f83b10
add k8s in warning
sakoush Nov 26, 2024
95a4f74
Update docs
sakoush Nov 26, 2024
1ae294d
set user in cli docker image
sakoush Nov 27, 2024
46305c6
PR comments
sakoush Nov 27, 2024
69ad889
update readme
sakoush Nov 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete redundant kafka config sub package
sakoush committed Nov 22, 2024
commit 72bed80fa802f96d31c993ccbfd462f319540151
144 changes: 0 additions & 144 deletions scheduler/pkg/kafka/config/config.go

This file was deleted.

85 changes: 0 additions & 85 deletions scheduler/pkg/kafka/config/config_test.go

This file was deleted.