Abhijeet Kasurde
dde6eb3c06
k8scopy: rely on existing kubectl binary ( #369 )
...
k8scopy: rely on existing kubectl binary
SUMMARY
Signed-off-by: Abhijeet Kasurde akasurde@redhat.com
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
molecule/default/roles/k8scopy/defaults/main.yml
molecule/default/roles/k8scopy/tasks/main.yml
molecule/default/roles/k8scopy/tasks/test_copy_directory.yml
molecule/default/roles/k8scopy/tasks/test_copy_file.yml
molecule/default/roles/k8scopy/tasks/test_copy_large_file.yml
molecule/default/roles/k8scopy/tasks/test_multi_container_pod.yml
molecule/default/tasks/lookup_kustomize.yml
2022-02-07 16:58:22 +00:00
Mike Graves
fa65698362
Remove binary file from molecule test suite ( #298 )
...
Remove binary file from molecule test suite
SUMMARY
The binary file used to test k8s_cp is causing larger problems
downstream. There's no reason why the binary file needs to function as
all we care about is that the content of the file has not changed during
the copy process. This can be accomplished by comparing file hashes.
Fixes #297 #293
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Abhijeet Kasurde <None>
Reviewed-by: None <None>
2021-12-01 20:00:04 +00:00
abikouo
c330c7ec65
k8s_cp - a new module for copying files to/from a Pod ( #127 )
...
* k8s_cp module
* add documentation for k8s_cp module
* add doc for the new module
* pods should be running
* support for binary, archive and zip file
* sanity
* Delete file.txt
* remove unused
* set back
* Update collection.txt
* Update test_copy_errors.yml
* Update plugins/modules/k8s_cp.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Update k8s_cp.py
* Update k8s_cp.py
* tar binary requirements
* Update common.py
* Update k8s_cp.py
* Update k8s_cp.py
* replace kind with binary file
* Update test_copy_large_file.yml
* Update plugins/action/k8s_info.py
Co-authored-by: Mike Graves <mgraves@redhat.com >
* Update k8s_info.py
* Update k8s_info.py
* Update k8s_cp.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
Co-authored-by: Mike Graves <mgraves@redhat.com >
2021-07-26 13:21:34 +02:00