https://github.com/letmutx/skaffold-bug-report
https://github.com/letmutx/skaffold-bug-report
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/letmutx/skaffold-bug-report
- Owner: letmutx
- Created: 2022-10-21T18:17:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T18:51:41.000Z (over 3 years ago)
- Last Synced: 2025-03-17T09:54:24.236Z (about 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To reproduce
```
$ minikube start
```
Using v2.0.0:
```
$ skaffold run
$ kubectl get deployment test -o yaml | rg -aF binaries
value: binaries:2001d978bc5729c0bfc3c5f9a1a3499c7afdeb3f45e4c785711f58d644a3aa2e
image: binaries:2001d978bc5729c0bfc3c5f9a1a3499c7afdeb3f45e4c785711f58d644a3aa2e
```
Using v1.34.1
```
$ skaffold run
$ kubectl get deployment test -o yaml | rg -aF binaries
value: binaries
image: binaries:2001d978bc5729c0bfc3c5f9a1a3499c7afdeb3f45e4c785711f58d644a3aa2e