Age | Commit message (Expand) | Author | Files | Lines |
2020-02-21 | Fix YAML files linter errors for duplicated keys | Bartek Grzybowski | 1 | -1/+0 |
2020-01-29 | k8s: Drop support for Casablanca | Pawel Wieczorek | 12 | -467/+5 |
2020-01-29 | k8s: Drop process name trimming from etcd on RKE | Pawel Wieczorek | 1 | -1/+5 |
2020-01-29 | k8s: Mock etcd information collection | Pawel Wieczorek | 5 | -2/+42 |
2020-01-29 | k8s: Validate controller manager flags requiring appropriate values | Pawel Wieczorek | 3 | -0/+58 |
2019-10-01 | k8s: Validate controller manager flags requiring specific values | Pawel Wieczorek | 3 | -1/+60 |
2019-09-30 | k8s: Resolve Docker response formatting issue | Pawel Wieczorek | 2 | -0/+18 |
2019-09-30 | k8s: Resolve address conflicts in virtual environments | Pawel Wieczorek | 3 | -7/+7 |
2019-09-27 | k8s: Validate controller manager address flag | Pawel Wieczorek | 5 | -1/+98 |
2019-09-27 | k8s: Add controller manager information collection | Pawel Wieczorek | 4 | -2/+27 |
2019-09-27 | k8s: Validate scheduler flags | Pawel Wieczorek | 5 | -1/+101 |
2019-09-27 | k8s: Add scheduler information collection | Pawel Wieczorek | 4 | -2/+27 |
2019-09-27 | k8s: Extract common validators for DRY code | Pawel Wieczorek | 3 | -205/+232 |
2019-09-27 | k8s: Extract common interface to simplify development | Pawel Wieczorek | 5 | -81/+142 |
2019-09-26 | k8s: Change default cluster access method choice logic | Pawel Wieczorek | 1 | -1/+6 |
2019-09-26 | k8s: Declutter checker by dividing it into smaller packages | Pawel Wieczorek | 5 | -52/+64 |
2019-09-26 | k8s: Call correct methods for API server auditing flags validation | Pawel Wieczorek | 1 | -3/+3 |
2019-09-26 | k8s: Validate API server request timeout | Pawel Wieczorek | 3 | -0/+39 |
2019-09-26 | k8s: Validate API server included authorization mode | Pawel Wieczorek | 3 | -2/+19 |
2019-09-26 | k8s: Validate API server crypto ciphers in use | Pawel Wieczorek | 3 | -0/+31 |
2019-09-19 | k8s: Validate API server certificates and keys | Pawel Wieczorek | 3 | -0/+79 |
2019-09-19 | k8s: Validate API server Certificate Authorities | Pawel Wieczorek | 3 | -0/+55 |
2019-09-19 | k8s: Validate API server auditing flags | Pawel Wieczorek | 3 | -0/+82 |
2019-09-19 | k8s: Validate API server auditing is enabled | Pawel Wieczorek | 3 | -0/+33 |
2019-09-19 | k8s: Group tests by flag type | Pawel Wieczorek | 1 | -53/+59 |
2019-09-19 | k8s: Validate API server not excluded authorization mode | Pawel Wieczorek | 3 | -0/+20 |
2019-09-19 | k8s: Validate API server not excluded admission plugins | Pawel Wieczorek | 3 | -0/+20 |
2019-09-17 | k8s: Validate API server included admission plugins | Pawel Wieczorek | 3 | -1/+164 |
2019-09-17 | k8s: Validate API server excluded admission plugins | Pawel Wieczorek | 3 | -0/+53 |
2019-09-17 | k8s: Add note on release-specific dependencies | Pawel Wieczorek | 1 | -0/+2 |
2019-08-07 | k8s: Add Makefile targets for testing | Pawel Wieczorek | 2 | -3/+19 |
2019-08-07 | k8s: Add Makefile targets for external dependencies | Pawel Wieczorek | 2 | -4/+20 |
2019-08-07 | k8s: Add support for RKE-deployed clusters | Pawel Wieczorek | 3 | -1/+232 |
2019-08-07 | k8s: Add test cases for Dublin API server | Pawel Wieczorek | 1 | -0/+56 |
2019-08-07 | k8s: Unify order of API server test cases | Pawel Wieczorek | 1 | -1/+1 |
2019-07-31 | k8s: Make ONAP context default for kubectl | Pawel Wieczorek | 1 | -1/+12 |
2019-07-31 | k8s: Silence package manager and make it noninteractive | Pawel Wieczorek | 2 | -6/+20 |
2019-07-31 | k8s: Add kubectl provisioners (downloading and setting up) | Pawel Wieczorek | 4 | -3/+91 |
2019-07-31 | k8s: Make operator machine destruction graceful | Pawel Wieczorek | 1 | -0/+5 |
2019-07-31 | k8s: Add post-up message for actual cluster creation | Pawel Wieczorek | 1 | -0/+4 |
2019-07-29 | k8s: Allow Dublin cluster creation using RKE | Pawel Wieczorek | 2 | -6/+75 |
2019-07-26 | k8s: Extract hardcoded synced folder for dotfiles | Pawel Wieczorek | 1 | -4/+13 |
2019-07-26 | k8s: Use named provisioners | Pawel Wieczorek | 1 | -11/+11 |
2019-07-26 | k8s: Add simple logging to provisioning scripts | Pawel Wieczorek | 1 | -1/+9 |
2019-07-26 | k8s: Unify provisioning scripts | Pawel Wieczorek | 1 | -11/+19 |
2019-07-26 | k8s: Remove repetition from provisioning scripts | Pawel Wieczorek | 1 | -2/+7 |
2019-07-26 | k8s: Remove hardcoded password for 'vagrant' user | Pawel Wieczorek | 1 | -6/+19 |
2019-07-26 | k8s: Silence download utilities | Pawel Wieczorek | 3 | -0/+21 |
2019-07-24 | k8s: Change virtual environment utility scripts privilege requirements | Pawel Wieczorek | 2 | -4/+37 |
2019-07-24 | k8s: Add "vagrant" user to "docker" group in virtual environment | Pawel Wieczorek | 1 | -0/+2 |