Troubleshooting
Common vpctl errors and resolutions
読み終わるまでの所要時間 1 分最終更新 1日前
If a vpctl command fails, rerun the command with to view detailed error output. Common issues are listed below.
--log-level debug"No credentials found for registry"
Run to set up your registry credentials. For more information, refer Install vpctl.
vpctl configure"Manifest file not found"
Ensure that exists in the current directory or a parent directory. You can also use to specify the path.
manifest.yaml--manifest <path>"Secrets file does not exist"
Run to create the secrets file. For more information, refer vpctl secret.
vpctl 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 to all commands to view a detailed log output.
--log-level debug