Commit Graph

3574 Commits

Author SHA1 Message Date
天元 05122b30a9 add CI workflow
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-07-17 13:58:31 +08:00
Sun Jianbo 8ae7a0ea45
Merge pull request #22 from zzxwill/bind
Implement `rudr bind`
2020-07-17 13:47:57 +08:00
zzxwill c9cd323612 Refine README and delete commented lines 2020-07-17 13:40:50 +08:00
zzxwill bdb8af9492 Fix issue and refine README
1) Fix the issue when there are more than one traitdefinitions
2) Refine README
3) lowercase workload metadata.name so it could be used as dns
2020-07-17 13:40:50 +08:00
zzxwill be84103ce7 format go files 2020-07-17 13:40:50 +08:00
zzxwill 20fe71ccb3 Implement `rudr bind`
Implement trait binding based on `rudr run`
2020-07-17 13:40:50 +08:00
Sun Jianbo bf0e4219a0
Merge pull request #25 from erdun/vendor
update .gitignore
2020-07-16 19:00:45 +08:00
erdun 0b1a0c9346 update .gitignore 2020-07-16 16:53:50 +08:00
Sun Jianbo 6297db0dee
Merge pull request #24 from zzxwill/run-issue
Fix run issue
2020-07-16 16:15:03 +08:00
zzxwill 5bced27bd0 Fix run issue
Remove hard-coded type sting for image port convertion,
and make several parameter as optical. Fix issue #17
2020-07-16 14:11:13 +08:00
Zheng Xi Zhou 38446f0de4
Create Dashboard folder for front-end code repo 2020-07-16 12:49:55 +08:00
Sun Jianbo d1139e3cd0
Merge pull request #23 from zzxwill/development-guide
Update REAMDE and add DEVELOPMENT documentation
2020-07-16 07:56:45 +08:00
zzxwill fee2d60519 Update REAMDE and add DEVELOPMENT documentation 2020-07-15 20:24:21 +08:00
Sun Jianbo 892e0aed85
Merge pull request #5 from zzxwill/corner-case
Make `lastCommandParam as a subcommand and enhance corner cases
2020-07-14 17:55:09 +08:00
zzxwill e58c4f6c72 check whether lastCommandParam is set 2020-07-14 17:52:11 +08:00
zzxwill 124a215a0a Make `lastCommandParam as a subcommand and enhance corner cases
Fix issue #4
- Make `lastCommandParam` like `image` as a subcommand instead of a flag.
- Validate whether `lastCommandParam` is set.
- check whether all flags are set.
2020-07-14 17:52:11 +08:00
Sun Jianbo 5b267e2d9b
Merge pull request #9 from zzxwill/new-support-containerizedworkload
Support executing ContainerizedWorkload
2020-07-14 17:20:21 +08:00
zzxwill 4ca494c69c Support executing ContainerizedWorkload
Add metadata.name for workload and add deafult name
for spec.containers[].ports[].port.name
2020-07-14 14:37:38 +08:00
Sun Jianbo f8e8f685a7
Merge pull request #8 from zzxwill/list-traits
List traits
2020-07-14 13:56:25 +08:00
Sun Jianbo e8940d7428
Merge pull request #3 from zzxwill/enhance-help
Provide available workloads in help message
2020-07-13 23:00:14 +08:00
zzxwill fff36b6a5a List traits
Support `rudr traits` and `rudr traits --workload NAME`
2020-07-12 23:16:47 +08:00
zzxwill ece0e76b65 No need to check the lenght of args
If the line is being executed, that means the lenght
of the args is zero.
2020-07-09 23:15:21 +08:00
zzxwill a36e5e9051 Provide available workloads in help message
Print all available workloads, like containerized, deployments.apps,
statefulsets.apps to help user to choose one of them.
2020-07-09 16:32:28 +08:00
天元 4f13b58663 init rudrx 2020-07-07 00:12:13 +08:00