mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 14:49:06 +00:00
Automatic merge from submit-queue (batch tested with PRs 57400, 57403, 57303). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Restrict url conditions when run kubectl create with --raw **What this PR does / why we need it**: Currently when run kubectl create with --raw, it will raise "--raw cannot read from a url " if the filename has prefix "http", which is not proper as we may have filenames like "httptest" or similar. This PR restrict the URL check conditions. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #57370 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```