Troubleshooting
Common vpctl errors and resolutions
阅读时间1 分钟最后更新于 3 天前
If a vpctl command fails, rerun the command with
--log-level debug"No credentials found for registry"
Runvpctl configure"Manifest file not found"
Ensure thatmanifest.yaml--manifest <path>"Secrets file does not exist"
Runvpctl secret generate"vpctl version X is older than the minimum required version Y"
Your vpctl binary is older than the version required by the release package you pulled. Upgrade vpctl to at least the version shown in the error message. To bypass this check temporarily, use--skip-version-check"Failed to pull artifact"
- Verify that your registry credentials are correct.
- Check that the version exists in the registry.
- Ensure that you can access the registry over the network.
Getting more detail
Append--log-level debug