-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support heterogeneous cluster deployment #2035
support heterogeneous cluster deployment #2035
Conversation
0437e21
to
585bf1f
Compare
cmd/sealer/cmd/image/pull.go
Outdated
return fmt.Errorf("failed to pull image: %s", pullOpts.Image) | ||
} | ||
|
||
logrus.Infof("%s", imageID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optimize the log output or delete it
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package buildah |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the considerations behind this file modification?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file contains image extension-related information used by sealer inspect
, so i move those functions to inspect.go
support heterogeneous clusters fix lint
585bf1f
to
6a18354
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Describe what this PR does / why we need it
pull
,inspect
.Does this pull request fix one issue?
Fixes #2040
Describe how you did it
Describe how to verify it
Special notes for reviews