You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In kubectl hlf externalChainCOde plugin the ImagePullPolicy is set as always. In my machine I don't have external access to repository.
It will be helpful if in imagePullPolicy different options are provided
func (c *createExternalChaincodeCmd) run() error {
fabricChaincodeSpec := v1alpha1.FabricChaincodeSpec{
Image: c.image,
ImagePullPolicy: corev1.PullAlways, //I think this is the reason
PackageID: c.packageID,
ImagePullSecrets: []corev1.LocalObjectReference{},
Credentials: nil,
Replicas: c.replicas,
}
}
Why is this needed?
In kubectl hlf externalChainCOde plugin the ImagePullPolicy is set as always. In my machine I don't have direct external access to any public repository.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
In kubectl hlf externalChainCOde plugin the ImagePullPolicy is set as always. In my machine I don't have external access to repository.
It will be helpful if in imagePullPolicy different options are provided
Why is this needed?
In kubectl hlf externalChainCOde plugin the ImagePullPolicy is set as always. In my machine I don't have direct external access to any public repository.
The text was updated successfully, but these errors were encountered: